SIGN IN SIGN UP

Flutter `emulator launch` crash running in dart-2-mode (#19454)

* Only printError on our simple messages

Any other type is a real error that should be a normal crash (to get a proper error log).

See #19453.

* Add toList() to convert Iterable<String> -> List<String>

This code previously throw in Dart-2 mode.

Fixes #19453.

* Move getSimulatorPath into Xcode

* Add a test that we tried to launch the simulator

* Remove unused import
D
Danny Tuppeny committed
d3f6128c210887db060f55b5515d5c2aa6871a13
Parent: 403a08b
Committed by GitHub <noreply@github.com> on 7/19/2018, 9:32:44 AM