简体   繁体   English

Google Developer Console android崩溃和ANR

[英]Google Developer Console android crashes and ANR

I have a published android app. 我有一个已发布的android应用。

On the first page I go to on developer console it has some stats. 在首页上,我进入了开发者控制台,其中包含一些统计信息。

One of the is "crashes and ANRs". 其中之一是“崩溃和ANR”。

Are these automatically reported by android/play services out of the box? 这些是由android / play服务自动报告的吗?

Or do I need to opt in to them somehow? 还是我需要以某种方式选择加入?

mine reports '-' character under this stat. 在此统计信息下,我的报告为“-”字符。 Does that mean zero, or like no data? 那是零还是不喜欢数据?

Thanks 谢谢

Yes, you don't need to opt in. 是的,您不需要选择加入。

However, to my knowledge, these are only crashes when the user has pressed the submit crash report error when the app crashed. 但是,据我所知,这些仅是当用户在应用程序崩溃时按了提交崩溃报告错误时才崩溃。

- means zero or no crashes for that matter -表示零或没有崩溃

As Google states ( https://support.google.com/googleplay/android-developer/answer/6083203?hl=en-GB ): 如Google所述( https://support.google.com/googleplay/android-developer/answer/6083203?hl=zh-CN ):

"You'll see all ANRs collected from Android devices whose users have opted in to automatically share usage and diagnostics data. Data is available for the previous two months. For more information about how Android users opt in to share data, go to the Accounts Help Centre ." “您会看到从用户选择自动共享使用情况和诊断数据的Android设备收集的所有ANR。前两个月的数据可用。有关Android用户如何选择共享数据的更多信息,请转到帐户帮助中心 。”

In the Accounts Help Centre's article, Google explains how users can enable and disable sharing the information and what information is shared. 在帐户帮助中心的文章中,Google解释了用户如何启用和禁用共享信息以及共享哪些信息。

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

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