Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google play developer console crash reports

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.

like image 241
ajthyng Avatar asked Jun 01 '17 14:06

ajthyng


1 Answers

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

like image 138
Amod Gokhale Avatar answered Oct 03 '22 20:10

Amod Gokhale