Proguard Retrace not working with stacktrace runtime info like E/AndroidRuntime(10237):

前端 未结 3 945
孤独总比滥情好
孤独总比滥情好 2021-01-01 22:21

I need to remove lines from my proguard.trace file like E/AndroidRuntime(10237): in order for retrace to work. Basically I am looking at log file and need to remove this l

3条回答
  •  粉色の甜心
    2021-01-01 23:05

    Proguard wants each "at" on a separate line, and only with white space before it. If it sees anything but white space before the at, it will not unobfuscate it.

提交回复
热议问题