-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to FluttertoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Use case
Sometimes we encounter weird behavior with our AVD so that it just freezes and only thing helping is a cold boot. Unfortunately, to my knowledge, cold booting is possible only with AVD manager in Android Studio, but I develop in VS Code and launching heavy Android Studio just for that is really not convenient.
I would like to just have the possibility to run my device cold booted using Flutter CLI:
flutter emulators --launch Pixel_2_XL_API_28 --coldboot
Proposal
Add --coldboot (or --cold) parameter to flutter emulators tool that launches the emulator cold booted.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to FluttertoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.