简体   繁体   中英

Google Developer Console android crashes and ANR

I have a published android app.

On the first page I go to on developer console it has some stats.

One of the is "crashes and ANRs".

Are these automatically reported by android/play services out of the box?

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 ):

"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 ."

In the Accounts Help Centre's article, Google explains how users can enable and disable sharing the information and what information is shared.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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