Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ACRA 中使用 proguard。
问题是我得到的行号不正确。我从 ACRA 获得崩溃报告,然后使用 Proguard GUI 回溯工具对其进行解码。我得到了行号,我查看了代码,并且声明完全不是崩溃所显示的。我知道 proguard 会缩小并优化代码,那么有什么办法可以让我绕过这一切并获得正确的行号吗?谢谢
ReTrace 的映射文件应该与您发布的已处理代码和您现在正在查看的源代码相对应。否则行号可以关闭。