flutter/packages/flutter_tools/lib
Chris Bracken fea4a91ab6 Flutter run support for iOS 10 (#6028)
With iOS 10, the syslog format changed from:
Sep 23 16:04:17 cbracken-iPhone Runner[6188] <Info>: .*

to:
Sep 23 16:04:17 cbracken-iPhone Runner(libsystem_asl.dylib)[6188] <Info>: .*

This updates the observatory port scraping to handle either case.
2016-09-23 16:59:03 -07:00
..
src Flutter run support for iOS 10 (#6028) 2016-09-23 16:59:03 -07:00
executable.dart extract flutter watch from flutter analyze (#6012) 2016-09-23 09:03:23 -04:00