Is it possible to get notified (e.g. email) when the Google Play Developer Console receives a crash or ANR?

瘦欲@ 提交于 2019-12-21 07:04:13

问题


I use BugSnag (similar to BugSense, Bugify, etc.) to track and manage my Android application errors, however, I had a situation where the application crashed before BugSnag could be initialized so the only place to find this crash report was in the Google Play Developer Console crash report.

That's fine and dandy but I had to manually check the developer console to discover that there were errors that were NOT being caught by BugSnag (they don't make it obvious, by the way).

Is there a way to setup an email notification from the Google Play Developer Console when an error occurs?


回答1:


No.

Google Play can send email only for Alerts, Not Crashes nor ANRs.

I have tried the accepted answer, and I received two crashes, but it didn't work.




回答2:


edit: As Malek pointed out this approach doesn't solve the problem.

In the developer console you can go to "Settings" then "Email preferences". There should be a section "Alerts" where you can choose "I want to receive alerts for ALL of my apps".

There weren't any crashes for my app since I changed the setting so I'm not sure if that helps.



来源:https://stackoverflow.com/questions/23619604/is-it-possible-to-get-notified-e-g-email-when-the-google-play-developer-conso

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