Android crash report doesn't send to developer console

随声附和 提交于 2019-12-05 05:20:11

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. 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.

Rafael

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. 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).

2) In my experience using the Google Play console, a reported crash/ANR may take some hours to reach your dashboard.

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