简体   繁体   English

Android崩溃报告不会发送到开发者控制台

[英]Android crash report doesn't send to developer console

I have been testing my application with my relatives through distribution via Google Play's alpha testing feature. 我一直在通过Google Play的alpha测试功能分发我的亲戚来测试我的应用程序。 Crashes have been showing under "Crashes & ANRS" for a while. 崩溃已经在“Crashes&ANRS”下显示了一段时间。 However, there have been many crashes in the past few days but none have shown up on this page at all. 但是,过去几天发生了很多崩溃,但根本没有出现在这个页面上。 I have spoken with them and they have assured me that there have been crashes and that they have been reporting them and sending them off to Google. 我已与他们交谈,他们向我保证已发生崩溃,并且他们一直在报告并将其发送给Google。

Does anyone know why the Crashes & ANRS page on the Google Play Developer Console doesn't pick up these crash reports anymore? 有谁知道为什么Google Play开发者控制台上的Crashes&ANRS页面不再提供这些崩溃报告? I haven't contacted Google about this yet but I will do so now as well. 我还没有联系谷歌这个,但我现在也会这样做。

edit: 编辑:

Okay so I just checked today and all of the crash reports have just shown up. 好的,所以我今天刚刚检查了所有的崩溃报告。 I guess it can take up to a day or so for the reports to show up. 我想报告显示可能需要一天左右的时间。

It was just a case of not being patient enough. 这只是一个不够耐心的案例。

Okay so I just checked today and all of the crash reports have just shown up. 好的,所以我今天刚刚检查了所有的崩溃报告。 I guess it can take up to a day or so for the reports to show up. 我想报告显示可能需要一天左右的时间。

It was just a case of not being patient enough. 这只是一个不够耐心的案例。

I can recommend you use Crittercism . 我可以建议你使用Crittercism Then you will have actionable crash reports immediately, both in release and during development if you so wish. 然后,如果您愿意,您可以在发布和开发期间立即获得可操作的崩溃报告。

You can also know with some confidence whether your app is actually stable or not, and prioritise what you need to fix. 您也可以放心地知道您的应用程序是否确实稳定,并优先考虑您需要修复的内容。

So, there are two points here: 所以,这里有两点:

1) It depends on the user's decision to 'Send Report' (or not) on any crash perceived during app usage. 1)这取决于用户对应用程序使用期间发现的任何崩溃的“发送报告”(或不发送报告)的决定。 To check all of the stack traces generated by your application, you must implement third-party crash reporter or start testing Firebase Crash Reporting ( https://firebase.google.com/docs/crash ). 要检查应用程序生成的所有堆栈跟踪,您必须实施第三方崩溃报告器或开始测试Firebase崩溃报告( https://firebase.google.com/docs/crash )。

2) In my experience using the Google Play console, a reported crash/ANR may take some hours to reach your dashboard. 2)根据我使用Google Play控制台的经验,报告的崩溃/ ANR可能需要几个小时才能到达您的信息中心。

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

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