我的android应用程序在正常工作了大约5分钟后崩溃了,没有任何原因。我试着找出可能是什么问题,但没有线索。一些帮助将是很好的。
我在控制台上找到了这个:
W/s.myname.MyApp(14516): Accessing hidden method Lcom/msic/qarth/PatchStore;-
>createDisableExceptionQarthFile(Ljava/lang/Throwable;)Z (blacklist, JNI)
E/s.myname.MyApp(14516): [qarth_debug:] get PatchStore::createDisableExceptionQarthFile method fail.
E/AndroidRuntime(14516): FATAL EXCEPTION: Timer-14
E/AndroidRuntime(14516): Process: yas.myname.MyAppName, PID: 14516
E/AndroidRuntime(14516): java.lang.RuntimeException: Methods marked with @UiThread must be executed
on the main thread. Current thread: Timer-14
E/AndroidRuntime(14516): at
io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread(FlutterJNI.java:992)
E/AndroidRuntime(14516): at
io.flutter.embedding.engine.FlutterJNI.invokePlatformMessageResponseCallback(FlutterJNI.java:779)
E/AndroidRuntime(14516): at
io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:144)
E/AndroidRuntime(14516): at
io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:238)
E/AndroidRuntime(14516): at
com.anish.trust_fall.TrustFallPlugin$1.gotLocation(TrustFallPlugin.java:43)
E/AndroidRuntime(14516): at
com.anish.trust_fall.MockLocation.MockLocationCheck$GetLastLocation.run(MockLocationCheck.java:90)
E/AndroidRuntime(14516): at java.util.TimerThread.processTask(Timer.java:569)
E/AndroidRuntime(14516): at java.util.TimerThread.mainLoop(Timer.java:527)
E/AndroidRuntime(14516): at java.util.TimerThread.run(Timer.java:512)
D/ZrHung.AppEyeUiProbe(14516): stop checker.
I/Process (14516): Sending signal. PID: 14516 SIG: 9
Lost connection to device.发布于 2020-10-02 21:28:45
我不知道为什么人们觉得错误报告这么难读。问题出在您的trust_fall库上。这一点在
E/AndroidRuntime(14516): at
com.anish.trust_fall.TrustFallPlugin$1.gotLocation(TrustFallPlugin.java:43)快速搜索一下,问题是already reported,没有得到解决。
https://stackoverflow.com/questions/64164625
复制相似问题