flutter/packages/flutter_tools/lib/src/ios
Jonah Williams 44d0e52d20
[flutter_tools] remove fallback discovery and observatory timeout (#68756)
The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.

This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
2020-10-29 18:43:47 -07:00
..
migrations enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00
bitcode.dart [flutter_tools] remove globals from plist parser and update tests (#51444) 2020-02-26 18:31:42 -08:00
code_signing.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
devices.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
ios_deploy.dart Stop debugger when iOS app crashes (#68844) 2020-10-23 14:12:04 -07:00
ios_emulators.dart Move processUtils to globals (#67976) 2020-10-14 13:12:46 -07:00
ios_workflow.dart [flutter_tools] add feature for iOS, android, and fuchsia (#61481) 2020-07-16 09:51:59 -07:00
iproxy.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
mac.dart Build IPA command (#67781) 2020-10-22 13:32:51 -07:00
plist_parser.dart [flutter_tools] remove globals from plist parser and update tests (#51444) 2020-02-26 18:31:42 -08:00
simulators.dart Run Xcode command lines tools in native ARM (#68050) 2020-10-14 15:24:32 -07:00
xcodeproj.dart enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00