Google play developer console crash reports

ajthyng picture ajthyng · Jun 1, 2017 · Viewed 10.6k times · Source

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.

Answer

Amod Gokhale picture Amod Gokhale · Jun 1, 2017

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