Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/193.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 解析崩溃报告块应用程序_Android_Parse Platform_Crash Reports - Fatal编程技术网

Android 解析崩溃报告块应用程序

Android 解析崩溃报告块应用程序,android,parse-platform,crash-reports,Android,Parse Platform,Crash Reports,电话后 throw new RuntimeException("Test Exception!"); 解析阻塞ui线程,什么也不会发生 只有Android操作系统很快会关闭应用程序,因为它没有响应。问题解决了 这是因为两者都使用了 gms.analytics.Tracker.enableExceptionReporting(真) 及 ParseCrashReporting.enable(这个) 线程中存在一些冲突。setDefaultUncaughtExceptionHandler()

电话后

    throw new RuntimeException("Test Exception!");
解析阻塞ui线程,什么也不会发生

只有Android操作系统很快会关闭应用程序,因为它没有响应。

问题解决了

这是因为两者都使用了

gms.analytics.Tracker.enableExceptionReporting(真)

ParseCrashReporting.enable(这个)


线程中存在一些冲突。setDefaultUncaughtExceptionHandler()

请详细解释。