简体   繁体   English

当Google Play开发者控制台收到崩溃或ANR时,是否可以收到通知(例如电子邮件)?

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

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. 我使用BugSnag (类似于BugSenseBugify等)来跟踪和管理我的Android应用程序错误,但是,在BugSnag初始化之前,我遇到应用程序崩溃的情况,因此找到此崩溃报告的唯一地方是Google播放Developer Console崩溃报告。

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). 这很好,但是我不得不手动检查开发人员控制台,发现有些错误没有被BugSnag捕获(顺便说一下,它们没有明显的错误)。

Is there a way to setup an email notification from the Google Play Developer Console when an error occurs? 发生错误时,有没有办法从Google Play Developer Console设置电子邮件通知?

No. 没有。

Google Play can send email only for Alerts , Not Crashes nor ANRs. Google Play只能针对Alerts ,非崩溃和ANR发送电子邮件。

I have tried the accepted answer, and I received two crashes, but it didn't work. 我已经尝试了接受的答案,我收到了两次崩溃,但它没有用。

edit: As Malek pointed out this approach doesn't solve the problem. 编辑:正如Malek所指出的,这种方法并没有解决问题。

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. 我的应用程序没有任何崩溃因为我更改了设置所以我不确定这是否有帮助。

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

相关问题 当用户购买订阅时,是否可以获得通知(例如电子邮件)? - Is it possible to get notified (e.g. email) when a user purchases a subscription? 是否有可能知道Android应用程序的来源(例如Google Play)? - Is it possible to know the source(e.g. Google Play) of Android app? Google Play开发者控制台中没有崩溃报告? - No crash-reports in Google Play Developer Console? 谷歌玩开发者控制台崩溃报告 - Google play developer console crash reports Google Play开发者控制台上的奇怪崩溃报告 - Weird Crash Report on Google Play Developer Console Google Developer Console android崩溃和ANR - Google Developer Console android crashes and ANR 了解Titanium对Google Play开发者控制台的崩溃日志 - Understand Google Play Developer Console's Crash Logs with Titanium Google Play 开发者控制台崩溃报告中缺少重要信息 - Vital information missing from Google Play Developer console crash reports 堆栈跟踪不适用于谷歌播放控制台中的 ANR - Stack trace not available for ANR in google play console 可以向Proguard崩溃报告中添加变量(Google Play ANR和块) - it's possible add a variable to the Proguard Crash Report (Google Play ANR & Blocks)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM