-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflutter_03.log
45 lines (33 loc) · 1.71 KB
/
flutter_03.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
## command
flutter run --machine --target lib/main.dart -d 4693d1727d24 --track-widget-creation --start-paused
## exception
SocketException: SocketException: Write failed (OS Error: Broken pipe, errno = 32), port = 0
```
null```
## flutter doctor
```
[✓] Flutter (Channel beta, v1.8.3, on Linux, locale en_IN)
• Flutter version 1.8.3 at /home/nividata/flutter
• Framework revision e4ebcdf6f4 (3 weeks ago), 2019-07-27 11:48:24 -0700
• Engine revision 38ac5f30a7
• Dart version 2.5.0 (build 2.5.0-dev.1.0 0ca1582afd)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at /home/nividata/Android/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 28.0.3
• Java binary at: /home/nividata/Downloads/android-studio/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222)
• All Android licenses accepted.
[!] Android Studio (version 3.4)
• Android Studio at /home/nividata/Downloads/android-studio/android-studio
✗ 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_152-release-1343-b16-5323222)
[✓] VS Code (version 1.37.0)
• VS Code at /usr/share/code
• Flutter extension version 3.3.0
[✓] Connected device (1 available)
• Redmi 4 • 4693d1727d24 • android-arm64 • Android 7.1.2 (API 25)
! Doctor found issues in 1 category.
```