Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress xcdevice output in verbose mode #68543

Open
jmagman opened this issue Oct 20, 2020 · 4 comments
Open

Suppress xcdevice output in verbose mode #68543

jmagman opened this issue Oct 20, 2020 · 4 comments
Labels
c: proposal A detailed proposal for a change to Flutter P3 Issues that are less important to the Flutter project platform-ios iOS applications specifically t: xcode "xcodebuild" on iOS and general Xcode project management team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels. triaged-ios Triaged by iOS platform team

Comments

@jmagman
Copy link
Member

jmagman commented Oct 20, 2020

I sometimes use this output, but mostly what I need shows up in flutter doctor -v. It's usually a wall of noise. Quiet that output, even in verbose.

@jmagman jmagman added platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. t: xcode "xcodebuild" on iOS and general Xcode project management P3 Issues that are less important to the Flutter project labels Oct 20, 2020
@jmagman jmagman added this to Awaiting triage in Tools - command line usability review via automation Oct 20, 2020
@jonahwilliams
Copy link
Member

I think these logs are getting streamed automatically by ProcessUtils.run (I dislike this class).

@MuZiLee
Copy link

MuZiLee commented Dec 24, 2022

I set Android Studio -> Tools -> Create Command-line Launchr... to be quiet down!

@MuZiLee
Copy link

MuZiLee commented Dec 24, 2022

Launching lib/main.dart on iPhone 14 Pro Max in debug mode...
Running Xcode build...
Xcode build done.                                           39.9s
Debug service listening on ws://127.0.0.1:53927/qXeRI3TK_3A=/ws
Syncing files to device iPhone 14 Pro Max...
[GETX] Instance "GetMaterialController" has been created
[GETX] Instance "GetMaterialController" has been initialized

@jmagman
Copy link
Member Author

jmagman commented Dec 28, 2022

@MuZiLee I don't think you are hitting anything related to this issue, which is about running flutter in verbose mode -v and seeing output related to the tethered iOS devices. Please file a new issue and completely fill out the template so we can try to track down what you're seeing.

@flutter-triage-bot flutter-triage-bot bot added multiteam-retriage-candidate team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team labels Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: proposal A detailed proposal for a change to Flutter P3 Issues that are less important to the Flutter project platform-ios iOS applications specifically t: xcode "xcodebuild" on iOS and general Xcode project management team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels. triaged-ios Triaged by iOS platform team
Projects
Development

No branches or pull requests

5 participants