简体   繁体   English

谷歌玩开发者控制台崩溃报告

[英]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. 我正在寻找一个API以编程方式提取我的应用程序的崩溃报告,我似乎无法找到是否存在。 I read through the google play developer API docs but it seems like it's for publishing your app and managing game related actions. 我通读了谷歌播放开发人员API文档,但它似乎是为了发布您的应用程序和管理游戏相关的操作。

Anyone know if there is an API available for crash reports? 有人知道是否有可用于崩溃报告的API?

Edit: I can't modify the app, as it's supplied by a vendor but published through our Google Play Developer account. 编辑:我无法修改应用,因为它由供应商提供,但通过我们的Google Play开发者帐户发布。 I only have access to the play developer console's ANRS & Crash Reports. 我只能访问Play开发者控制台的ANRS和崩溃报告。

EDIT, quote from the support site: 编辑,支持网站引用:

As of May 2018, you can no longer download detailed reports for crashes and ANRs. 截至2018年5月,您无法再下载崩溃和ANR的详细报告。

Old answer: 老答案:

You can access Crashes and ANR's using gsutil 您可以使用gsutil访问Crashes和ANR

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

eg Command 例如命令

gs://[developer_bucket_id]/crashes/anrs_[package_name]_YYYYMM.csv GS:// [developer_bucket_id] /崩溃/ anrs_ [包名] _YYYYMM.csv

gsutil tool link - https://cloud.google.com/storage/docs/gsutil gsutil工具链接 - https://cloud.google.com/storage/docs/gsutil

You can use Firebase crash report. 您可以使用Firebase崩溃报告。 All you got to do is add the dependency in gradle. 您所要做的就是在gradle中添加依赖项。

Official Document 官方文件

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

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