Google play developer console crash reports

醉酒当歌 提交于 2019-12-08 17:34:24

问题


I am looking for an API to pull my app's crash reports programmatically and I can't seem to find if this exists or not. I read through the google play developer API docs but it seems like it's for publishing your app and managing game related actions.

Anyone know if there is an API available for crash reports?

Edit: I can't modify the app, as it's supplied by a vendor but published through our Google Play Developer account. I only have access to the play developer console's ANRS & Crash Reports.


回答1:


EDIT, quote from the support site:

As of May 2018, you can no longer download detailed reports for crashes and ANRs.

Old answer:

You can access Crashes and ANR's using gsutil

https://support.google.com/googleplay/android-developer/answer/6135870?hl=en

e.g. Command

gs://[developer_bucket_id]/crashes/anrs_[package_name]_YYYYMM.csv

gsutil tool link - https://cloud.google.com/storage/docs/gsutil




回答2:


You can use Firebase crash report. All you got to do is add the dependency in gradle.

Official Document



来源:https://stackoverflow.com/questions/44310019/google-play-developer-console-crash-reports

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!