简体   繁体   中英

ACRA and proguard, incorrect line number

I am using proguard with the ACRA.

The problem is that the line numbers I am getting are incorrect. I get the crash report from ACRA, then I decode it using the Proguard GUI retrace tool. I get the line number, I look in the code and statment is totally not what crash is showing. I know that proguard shrinks and optimize the code, so is there any way I can somehow get around al lthis and get the correct line number? Thank you

The mapping file for ReTrace should correspond to the processed code that you released and to the source code that you are looking at now. The line numbers can be off otherwise.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM