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.
在不知道行号的情况下很难使用崩溃报告。此外,您也无法在没有行号的情况下调试代码。
使用 ProGuard 时是否有特定原因禁用行号?
谢谢你。
默认情况下,ProGuard 争取尽可能精简的应用程序。它会从您的代码中删除运行它并非绝对必要的所有元素。如果您希望需要它们,您可以保留行号,代价是应用程序大小的增加非常小。