flutter/packages/flutter_tools
Chris Bracken cf96c7db4a Clean up orphaned Instruments processes (#11189)
In some cases, we've seen interactions between Instruments and the iOS
simulator that cause hung instruments and DTServiceHub processes. If
enough instances pile up, the host machine eventually becomes
unresponsive.

Until the underlying issue is resolved, manually kill any orphaned
instances (where the parent process has died and PPID is 1) before
launching another instruments run.
2017-07-13 16:19:11 -07:00
..
bin Add missing context bits to Fuchsia tools. (#10891) 2017-06-21 14:03:13 -07:00
gradle don't send analytics when run from another runner (#10789) 2017-06-16 14:33:59 -07:00
lib Clean up orphaned Instruments processes (#11189) 2017-07-13 16:19:11 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Create Podfile dynamically part 1 (#11101) 2017-07-12 18:35:08 -07:00
test Clean up orphaned Instruments processes (#11189) 2017-07-13 16:19:11 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Use the correct set of options to analyze Flutter packages. (#9758) 2017-05-05 17:18:58 -07:00
flutter_tools.iml flutter test: add --machine flag (#10520) 2017-06-13 13:26:32 -07:00
pubspec.yaml Bump intl to 0.15.1 (#11162) 2017-07-11 21:11:26 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test