flutter/packages/flutter_tools/lib/src/ios
Victoria Ashworth 8e6a9e3a9e
Revert "Log all lines from ios-deploy (#127502)" (#127684)
This reverts commit a19b3436ee.

We added this logging to try and determine if the reason for Dart VM errors (https://github.com/flutter/flutter/issues/121231) was caused by some issue with the streams.
A recent test proves that is not the case:
https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20platform_view_ios__start_up/11046/overview
The test shows the Dart VM url in the device log. However, the test log does NOT show a log for the Dart VM url but does show the stack trace, which all come from the main stream, which means it's not an issue with the secondary streams not receiving the log.

So reverting the debugging we added.
2023-05-26 20:11:54 +00:00
..
migrations when getting xcworkspace, exclude hidden files (#114099) 2022-11-07 18:48:52 +00:00
application_package.dart Adding vmservice to get iOS app settings (#123156) 2023-05-04 22:14:11 +00:00
code_signing.dart Change some required nullable parameters in tool to non-null (#114115) 2022-11-04 17:36:01 +00:00
devices.dart Show warning when attempting to flutter run on an ios device with developer mode turned off (#125710) 2023-05-22 22:06:15 +00:00
ios_deploy.dart Revert "Log all lines from ios-deploy (#127502)" (#127684) 2023-05-26 20:11:54 +00:00
ios_emulators.dart Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
ios_workflow.dart Only show iOS simulators, reduce output spew in verbose (#108345) 2022-07-26 19:08:06 +00:00
iproxy.dart Separate attached and wireless devices (#122615) 2023-03-15 16:35:05 +00:00
mac.dart [tool] delete xcresult bundle file before each xcode retry. (#127144) 2023-05-19 17:18:15 +00:00
plist_parser.dart Adding vmservice to get iOS app settings (#123156) 2023-05-04 22:14:11 +00:00
simulators.dart Adding vmservice to get iOS app settings (#123156) 2023-05-04 22:14:11 +00:00
xcode_build_settings.dart Remove "note that" in our documentation (as per style guide) (#120842) 2023-02-17 22:27:33 +00:00
xcodeproj.dart enable no_literal_bool_comparisons lint (#126647) 2023-05-16 16:14:23 +00:00
xcresult.dart Show Xcode compilation errors at end of build, suppress stdout and stderr from Xcode (#113302) 2022-10-17 17:47:25 +00:00