简体   繁体   English

在Google Play开发者控制台与Crashlytics控制台中崩溃

[英]Crashes in Google Play Developer console vs Crashlytics Console

We have an Android App on Google play store . 我们在Google Play商店中有一个Android应用。 The Crashes & ANR section of the app lists only a handful of top crashes where as our Crashlytics console lists a total different set of crashes - I mean that only few of the top crashes in Crashlytics are same as one in Playstore. 该应用程序的Crashes&ANR部分仅列出了少数顶级崩溃,因为我们的Crashlytics控制台列出了一组完全不同的崩溃 - 我的意思是Crashlytics中只有少数顶级崩溃与Playstore中的崩溃相同。 One of the reasons can be that our App is also distributed via an Enterprise store private to our customer's setup. 其中一个原因可能是我们的应用程序也通过私有企业存储分发给我们客户的设置。

1. Do these crashes also get shown up in Google Play Dev Console ?
2. Also if I can get all the crashes in Play Dev Console as I see in Crashlytics. ?

I have used Google Play, Crittercism, Crashlytics and HockeyApp to track crashes in Android SDK and NDK derived applications. 我使用Google Play,Crittercism,Crashlytics和HockeyApp来跟踪Android SDK和NDK派生应用程序中的崩溃。

My answers to your questions... 我对你问题的回答......

1) You will never be able to get all of the crashes in Google Play Dev Console. 1)您将永远无法在Google Play开发者控制台中获得所有崩溃。 Google Play simply does not do a good job tracking crashes. Google Play根本无法很好地跟踪崩溃情况。 In many versions, it requests that the user 'Send Report' and many people just click cancel. 在许多版本中,它要求用户“发送报告”和许多人只需单击取消。 Google Play also only collects crashes from certain recognized devices and regions. Google Play也只会从某些已识别的设备和区域收集崩溃信息。

2) The weaknesses of Google Play's crash reporting system will push you to use a third-party crash reporter. 2)Google Play崩溃报告系统的弱点将促使您使用第三方崩溃记者。 At this point I would never release an application that depended strictly on Google Play for crash reporting -- you will simply miss the vast majority of user issues if you do this. 在这一点上,我永远不会发布严格依赖Google Play进行崩溃报告的应用程序 - 如果你这样做,你将会错过绝大多数用户问题。

Our process is to ignore Google Play Dev Console's crash reports, but use their ANR reports (which are harder to get in other crash reporters.) 我们的流程是忽略Google Play开发者控制台的崩溃报告,但使用他们的ANR报告(其他崩溃报告者更难获得)。

As said, it depends on the users decision to 'Send Report' or not. 如上所述,这取决于用户是否决定“发送报告”。 You can move to a third-party crash reporter or try tasting Firebase Crash Reporting ( https://firebase.google.com/docs/crash ). 您可以转到第三方崩溃记者或尝试品尝Firebase崩溃报告( https://firebase.google.com/docs/crash )。

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

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