【问题标题】:Reproducing errors that happen in production (Android)重现生产中发生的错误(Android)
【发布时间】:2014-11-23 11:52:43
【问题描述】:

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

【问题讨论】:

    标签: android google-play production


    【解决方案1】:

    你只能做 2 件事:

    1)Contact the person through google plus who reports the issue and ask to tell the steps to reproduce the crash

    2) 或Read the Stack trace of Crash on Google Developer Console and Test them on Devices.

    喜欢:下面是我在 Moto G 上的应用程序崩溃的快照...我在 Stack Trace 的帮助下想通了。

    【讨论】:

    • 是的,我有堆栈跟踪,但即使我知道可能是什么问题,我也经常无法重现错误。我永远不知道我是否真的纠正了它。
    • Hmmmm...然后尝试捕捉每一个可疑的代码行:)
    • 我会尝试.. 谢谢,我会将您的答案标记为正确答案,因为这确实是唯一的方法:D
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-01-19
    • 1970-01-01
    • 2015-10-22
    相关资源
    最近更新 更多