• Chris Bracken's avatar
    Flutter run support for iOS 10 (#6028) · fea4a91a
    Chris Bracken authored
    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.
    fea4a91a
devices.dart 14.4 KB