android - 重现生产中发生的错误 (Android)

标签 android google-play production

好吧,我不太确定我问的问题是否正确。我发布了一个应用程序到生产环境,在各种设备(HTC、LG、华为......)上发生了一些错误报告。在我的设备上重现这些错误的最佳方法是什么?还是我必须有上述设备才能测试它?如果我不确切知道错误是什么以及为什么会发生,我就无法发布更新。

最佳答案

你只能做2件事:

1) 通过google plus联系报告问题的人并要求告知重现崩溃的步骤

2) 或者在 Google Developer Console 上阅读崩溃的堆栈跟踪并在设备上测试它们。

赞:下面是我在 Moto G 上的应用程序崩溃的快照......我在 Stack Trace 的帮助下解决了这个问题。

enter image description here

关于android - 重现生产中发生的错误 (Android),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26093952/

相关文章:

java - android 尝试在空对象引用上调用虚拟方法 'void android.app.ActionBar.setHomeButtonEnabled(boolean)'

Android imagebutton 波纹效果

firebase - 在2020年3月1日之前切换到Play Referrer API-Google Play

android - Google Market API 根本不会为除我以外的所有设备返回结果

azure - Azure 中的生产环境与暂存环境

javascript - Angular 5 NullInjectorError : No provider for n

android - 蜂窝和游标

android - Android Q 上的 AMediaExtractor setDataSource AMEDIA_ERROR_UNSUPPORTED 错误

没有 Google Play 的 Android 动态交付

c# - 在生产应用程序中使用 ASP.NET MVC 2 Preview 1 是否可行?