问题描述
我的android用户/ ProGuard的/ ACRA。谁能告诉我,请为什么崩溃报告我得到不正确的行号(行号指向明显错误的说明书)?
I user android/proguard/ACRA. Can anyone tell me please why the crash reports I am getting have incorrect line numbers (line number pointing at obviously a wrong statment)?
这实在是烦人,我无法知道飞机坠毁的确切行号,所以我不能确定我的用户报告错误
谢谢
It is really annoying that I am unable to know the exact line number of the crash so I can't fix my user's reported errorThank you
PS:我使用的对应版本,我释放映射文件
PS: I am using the mapping file corresponding to version I am releasing
推荐答案
我发现谁是有兴趣的答案。你应该避免(preverify,优化和收缩)。这将正确显示所有行数为code未与发挥
I found the answer for who is interested. You should avoid (preverify, optimize, and shrink). This will display all lines numbers correctly as the code is not played with
这篇关于与ACRA不正确的行号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!