-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Milestone
Description
We've received a few reports of flutter run hanging, where it looks like the underlying cause is that adb has hung and is only fixed by unplugging and re-plugging the phone in via USB.
This shouldn't cause Flutter to hang and is doing so because we're using Process.runSync() instead of Process.run(), thus pausing the entire isolate until the process exits (which it never does).
This is one particular manifestation of #7102
Metadata
Metadata
Assignees
Labels
No labels