Google提供的不完整的崩溃报告

时间:2019-07-16 03:11:19

标签: android google-play crash-reports

我有一份Google崩溃报告显示:

Google crash report

在logcat中,我会看到类似这样的内容:

FATAL EXCEPTION: main
Process: com.myscrap, PID: 1929
android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground()
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1775)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6541)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

为什么我在Google崩溃报告中看不到Context.startForegroundService() did not then call Service.startForeground()部分?我认为这是日志的重要组成部分。

1 个答案:

答案 0 :(得分:0)

需要一段时间才能看到Google Play仪表板中最近发生的崩溃。在这里,您会看到两个不同崩溃的两个不同崩溃日志。要在Google信息中心中查找相同的崩溃,请应用工期(日期)和设备品牌等过滤器来查找崩溃。

最好使用Firebase Crashlytics在您的应用中进行崩溃报告。