简体   繁体   English

Google Play开发者控制台崩溃和ANR

[英]Google play developer console crashes and ANRs

I can see some application crashes reported in Crashes & ANRs section in my Google Play developer console. 我可以在Google Play开发者控制台的“ 崩溃和ANR”部分中看到一些应用程序崩溃的报告。 I can view the stack trace of the crashes there. 我可以在那里查看崩溃的堆栈跟踪。

What I want to know is, does android always collect data about crashes or does the user need to manually report the crash, for me to be able to view the crash report in developer console? 我想知道的是,Android是否总是收集有关崩溃的数据,或者用户是否需要手动报告崩溃,以便我能够在开发人员控制台中查看崩溃报告? I have seen several apps crash on my device, but I cannot remember that I was asked for a confirmation to report the issue. 我已经看到我的设备上有多个应用程序崩溃,但我不记得要求我提供报告此问题的确认。

does the user need to manually report the crash, for me to be able to view the crash report in developer console? 用户是否需要手动报告崩溃,以便我能够在开发人员控制台中查看崩溃报告?

It appears in the developer console only if the user reports it. 仅当用户报告时,它才会出现在开发人员控制台中。 The user can also choose to add a message with the report. 用户还可以选择在报告中添加一条消息。

The report prompt looks like this: 报告提示如下所示:

在此处输入图片说明

May be this answer is not relevant to your question, but it helps you. 可能此答案与您的问题无关,但可以帮助您。

Try to go for tools like crashlytics, crittercism ... 尝试使用诸如crashlytics,crittercism之类的工具...

Crashlytics is free of cost. Crashlytics是免费的。 You can handle non-fatals too (Exception occurred in try catch, but u need to log those to dashboard.) 您也可以处理非致命事件(尝试捕获中发生异常,但您需要将其记录到仪表板。)

No need to depend upon the google console crash report. 无需依赖Google控制台崩溃报告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM