flutter/packages/flutter_tools/test/ios
Chris Bracken dd7e313317 Migrate to os_log for reading iOS simulator logs (#12079)
1. Migrate simulator device log tailing to os_log toolchain
2. When the log tag (component) is available (iOS 11/Xcode 9), filter to
   the set of log lines with tag 'Flutter'.

As of iOS 11 / Xcode 9, Flutter engine logs are no longer recorded in the
simulator's syslog file, which we previously read using tail -f. Instead
they're now accessible through Apple's new macOS/iOS os_log facility,
via /usr/bin/log, which supports a relatively flexible query language.

When run in non-interactive mode, /usr/bin/log buffers its output in 4k
chunks, which is significantly smaller than what's emitted up to the
point where the observatory/diagnostics port information is logged. As a
workaround we force it to run in interactive mode via the script tool.
2017-09-14 12:28:21 -07:00
..
cocoapods_test.dart Stop sending cocoapods stats (#11120) 2017-07-12 19:15:54 -07:00
code_signing_test.dart Fix a typo in the saved certificate error message (#11640) 2017-08-16 13:59:05 -07:00
devices_test.dart Eliminate iOS log blacklist (#11981) 2017-09-07 10:25:41 -07:00
ios_workflow_test.dart Update minimum ios-deploy version to 1.9.2 (#11936) 2017-09-05 16:26:36 -07:00
mac_test.dart Use idevice_id, ideviceinfo for iOS device listing (#11883) 2017-09-01 10:10:49 -07:00
simulators_test.dart Migrate to os_log for reading iOS simulator logs (#12079) 2017-09-14 12:28:21 -07:00
xcodeproj_test.dart Support for app flavors in flutter tooling, #11676 retake (#11734) 2017-08-23 10:55:35 +02:00