所以我在flutter / dart上遇到了奇怪的崩溃,而且我不知道如何复制它,因为崩溃似乎是随机发生的(它们通常在热重载后发生,但并非总是如此。我不知道如何复制问题,我不会在这里发布任何应用程序代码(太简单了)。输出如下:
===== CRASH =====
version=2.1.0-dev.5.0.flutter-a2eb050044 (Mon Sep 24 15:27:07 2018 +0000) on "windows_x64"
ExceptionCode=-1073741819, ExceptionFlags=0, ExceptionAddress=00007FF8B49FD979
Dumping native stack trace for thread 4960
[0x00007ff8b49fd979] TpSetWait
[0x00007ff8b49fd979] TpSetWait
-- End of DumpStackTrace
我使用的是Android Studio,Flutter已更新为最新版本。运行flutter doctor
不能解决问题。
编辑:根据要求,这是flutter doctor
的输出:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, v0.9.4, on Microsoft Windows [Version 10.0.17134.345], locale nb-NO)
[√] Android toolchain - develop for Android devices (Android SDK 28.0.0)
[√] Android Studio (version 3.2)
[√] Connected devices (1 available)
• No issues found!
Process finished with exit code 0
由于没有发现问题,我想这与飞镖有关吗?