Skip to content

Instantly share code, notes, and snippets.

@AhmedAbouelkher
Last active January 31, 2021 10:06
Show Gist options
  • Save AhmedAbouelkher/9370c6658b3859d72eb2d709b6dd1eb8 to your computer and use it in GitHub Desktop.
Save AhmedAbouelkher/9370c6658b3859d72eb2d709b6dd1eb8 to your computer and use it in GitHub Desktop.
This the Dart capture logs when reproducing the issue
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!
Dart Code extension: 3.18.1
Flutter extension: 3.18.1 (activated)
App: Visual Studio Code
Version: 1.52.1
Platform: mac
Workspace type: Flutter
Analyzer type: DAS
Multi-root?: false
Dart SDK:
Loc: /Users/ahmed/Developer/flutter_2/bin/cache/dart-sdk
Ver: 2.10.0
Flutter SDK:
Loc: /Users/ahmed/Developer/flutter_2
Ver: 1.22.1-0.0.pre.1
HTTP_PROXY: undefined
NO_PROXY: undefined
Logging Categories:
General, Analyzer, CommandProcesses, VmService, DevTools, FlutterDaemon, FlutterRun, FlutterTest, PubTest, WebDaemon
Sun Jan 31 2021 [11:51:51 GMT+0200 (Eastern European Standard Time)] Log file started
[11:51:59 AM] [General] [Info] Using only available debug session
[11:51:59 AM] [VmService] [Info] [Flutter (iPhone 8 Plus)] ==> {"id":"1193","jsonrpc":"2.0","method":"s1.launchDevTools","params":{"embed":false,"reuseWindows":true,"notify":true,"page":"inspector","queryParams":{"hide":"debugger","ide":"VSCode","theme":"dark"}}}
[11:51:59 AM] [DevTools] [Info] <== {"event":"client.launch","params":{"reused":false,"notified":false,"pid":9097}}
[11:51:59 AM] [VmService] [Info] [Flutter (iPhone 8 Plus)] <== {"jsonrpc":"2.0","id":"1193","result":{"type":"Success"}}
Sun Jan 31 2021 [11:52:16 GMT+0200 (Eastern European Standard Time)] Log file ended
[✓] Flutter (Channel stable, 1.22.1-0.0.pre.1, on Mac OS X 10.15.4 19E287, locale en)
• Flutter version 1.22.1-0.0.pre.1 at /Users/ahmed/Developer/flutter_2
• Framework revision 59c545b149 (4 months ago), 2020-10-11 02:42:38 +0200
• Engine revision 5babba6c4d
• Dart version 2.10.0
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/ahmed/Library/Android/sdk
• Platform android-30, build-tools 30.0.2
• 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 12.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.3, Build version 12C33
• CocoaPods version 1.10.1
[!] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] VS Code (version 1.52.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.18.1
[✓] Connected device (1 available)
• iPhone 8 Plus (mobile) • 23683B12-B82E-4286-AA75-F0D8B42B33A5 • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-3 (simulator)
! Error: Ahmed's iPhone is not connected. Xcode will continue when Ahmed's iPhone is connected. (code -13)
! Doctor found issues in 1 category.
@AhmedAbouelkher
Copy link
Author

This the message in the DevTools when open.
Screen Shot 2021-01-31 at 11 59 52 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment