-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage team
Description
Steps to Reproduce
Today, I'm running Flutter directly. Why did I print so much information?
It used to be normal, and all this information has made me paranoid. crazy
Logs
lee@lifeiheng ~ % flutter doctor -v
[✓] Flutter (Channel stable, v1.17.5, on Mac OS X 10.15.5 19F96, locale zh-Hans-CN)
• Flutter version 1.17.5 at /Users/lee/Library/Flutter
• Framework revision 8af6b2f038 (5 weeks ago), 2020-06-30 12:53:55 -0700
• Engine revision ee76268252
• Dart version 2.8.4
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
• Android SDK at /Users/lee/Library/Android/sdk
• Platform android-30, build-tools 30.0.1
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.6)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.6, Build version 11E708
• CocoaPods version 1.9.3
[✓] Android Studio (version 4.0)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 47.1.2
• Dart plugin version 193.7361
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] Connected device (1 available)
• VCE AL00 • JPF4C19124028825 • android-arm64 • Android 10 (API 29)
! Doctor found issues in 1 category.
I don't need this information, why does it come up every time I run it?
[ +44 ms] executing: [/Users/lee/Library/Flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +83 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 8af6b2f038c1172e61d418869363a28dffec3cb4
[ +1 ms] executing: [/Users/lee/Library/Flutter/] git tag --contains HEAD
[ +387 ms] Exit code 0 from: git tag --contains HEAD
[ +2 ms] 1.17.5
[ +15 ms] executing: [/Users/lee/Library/Flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +15 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/Users/lee/Library/Flutter/] git ls-remote --get-url origin
[ +15 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://gitee.com/iswiftly/flutter.git
[ +269 ms] executing: [/Users/lee/Library/Flutter/] git rev-parse --abbrev-ref HEAD
[ +21 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ +1 ms] stable
[ +11 ms] executing: sw_vers -productName
[ +31 ms] Exit code 0 from: sw_vers -productName
[ +1 ms] Mac OS X
[ ] executing: sw_vers -productVersion
[ +30 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.15.5
[ ] executing: sw_vers -buildVersion
[ +23 ms] Exit code 0 from: sw_vers -buildVersion
[ +1 ms] 19F96
[ +57 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +12 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +34 ms] executing: /Users/lee/Library/Android/sdk/platform-tools/adb devices -l
[ +14 ms] executing: /usr/bin/xcode-select --print-path
[ +12 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ +1 ms] /Applications/Xcode.app/Contents/Developer
[ +3 ms] executing: /usr/bin/xcodebuild -version
[+1560 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ ] Xcode 11.6
Build version 11E708
[ +4 ms] executing: xcrun --find xcdevice
[ +15 ms] Exit code 0 from: xcrun --find xcdevice
[ ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[ +1 ms] executing: xcrun xcdevice list --timeout 2
[ +6 ms] /usr/bin/xcrun simctl list --json devices
[ ] executing: /usr/bin/xcrun simctl list --json devices
[ +80 ms] List of devices attached
JPF4C19124028825 device usb:336592896X product:VCE-AL00 model:VCE_AL00 device:HWVCE transport_id:28
[ +242 ms] {
"devices" : {
"com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
{
"dataPath" : "\/Users\/lee\/Library\/Developer\/CoreSimulator\/Devices\/1737C7F0-0A7D-496D-A696-EE60E91613A4\/data",
"logPath" : "\/Users\/lee\/Library\/Logs\/CoreSimulator\/1737C7F0-0A7D-496D-A696-EE60E91613A4",
"udid" : "1737C7F0-0A7D-496D-A696-EE60E91613A4",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
"state" : "Shutdown",
"name" : "Apple TV"
},
{
"dataPath" : "\/Users\/lee\/Library\/Developer\/CoreSimulator\/Devices\/E658F3D2-B1AA-41E2-AB7E-3F9586DA7A02\/data",
"logPath" : "\/Users\/lee\/Library\/Logs\/CoreSimulator\/E658F3D2-B1AA-41E2-AB7E-3F9586DA7A02",
"udid" : "E658F3D2-B1AA-41E2-AB7E-3F9586DA7A02",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
"state" : "Shutdown",
"name" : "Apple TV 4K"
},
{
"dataPath" : "\/Users\/lee\/Library\/Developer\/CoreSimulator\/Devices\/078AEE46-AE7B-4C17-8D92-057A2C149445\/data",
"logPath" : "\/Users\/lee\/Library\/Logs\/CoreSimulator\/078AEE46-AE7B-4C17-8D92-057A2C149445",
"udid" : "078AEE46-AE7B-4C17-8D92-057A2C149445",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
"state" : "Shutdown",
"name" : "Apple TV 4K (at 1080p)"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
{
"dataPath" : "\/Users\/lee\/Library\/Developer\/CoreSimulator\/Devices\/0223AC4C-EAB5-435B-A6CA-8467D850FDB1\/data",
"logPath" : "\/Users\/lee\/Library\/Logs\/CoreSimulator\/0223AC4C-EAB5-435B-A6CA-8467D850FDB1",
"udid" : "0223AC4C-EAB5-435B-A6CA-8467D850FDB1",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 4 - 40mm"
},
{
"dataPath" : "\/Users\/lee\/Library\/Developer\/CoreSimulator\/Devices\/63C6CD34-46E2-4548-A6F8-F5C1F88A3439\/data",
"logPath" : "\/Users\/lee\/Library\/Logs\/CoreSimulator\/63C6CD34-46E2-4548-A6F8-F5C1F88A3439",
"udid" : "63C6CD34-46E2-4548-A6F8-F5C1F88A3439",
"isAvailable" : true,
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 4 - 44mm"
},
{
vinceramcesoliveros, iapicca and Zazo032
Metadata
Metadata
Assignees
Labels
in triagePresently being triaged by the triage teamPresently being triaged by the triage team