在Google Play开发者控制台与Crashlytics Console中崩溃 [英] Crashes in Google Play Developer console vs Crashlytics Console

查看:341
本文介绍了在Google Play开发者控制台与Crashlytics Console中崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在Google Play商店中安装了一款Android应用。崩溃&应用程序的ANR部分仅列出少量顶级崩溃,因为我们的Crashlytics控制台列出了一组完全不同的崩溃 - 我的意思是Crashlytics中只有少数顶级崩溃与Playstore中的崩溃相同。
其中一个原因可能是我们的应用程序也是通过私人企业商店分发给我们客户的设置的。

  1。这些崩溃还会在Google Play开发者控制台中显示吗? 
2.另外,如果我可以在Play开发控制台中看到所有崩溃,就像我在Crashlytics中看到的一样。 ?


解决方案

我已经使用Google Play,Crittercism,Crashlytics和HockeyApp以跟踪Android SDK和NDK派生应用程序中的崩溃。



我对您的问题的解答...

1 )您将永远无法获得Google Play开发者控制台中的所有崩溃。 Google Play根本无法很好地跟踪崩溃。在许多版本中,它要求用户发送报告,许多人只需单击取消。 2)Google Play的崩溃报告系统的弱点将促使您使用第三方应急记者。在这一点上,我永远不会发布严格依赖Google Play进行崩溃报告的应用程序 - 如果您这样做,您只会错过绝大多数用户问题。



我们的流程是忽略Google Play开发者控制台的崩溃报告,但使用他们的ANR报告(这些报告很难在其他崩溃记录器中获得)。

We have an Android App on Google play store . 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. 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.

My answers to your questions...

1) You will never be able to get all of the crashes in Google Play Dev Console. Google Play simply does not do a good job tracking crashes. 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.

2) The weaknesses of Google Play's crash reporting system will push you to use a third-party crash reporter. 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.

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开发者控制台与Crashlytics Console中崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆