1. 28 Sep, 2016 9 commits
  2. 27 Sep, 2016 12 commits
  3. 26 Sep, 2016 15 commits
  4. 25 Sep, 2016 1 commit
  5. 24 Sep, 2016 2 commits
  6. 23 Sep, 2016 1 commit
    • 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