Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use retrace.bat in android

I am using retrace.bat -verbose mapping.txt obfuscated_trace.txt at the command prompt.

But it's showing nothing in obfuscated_trace.txt. mapping.txt copy from project.

step:

  1. cd *\android-sdk\tools\proguard\bin

  2. retrace.bat -verbose mapping.txt obfuscated_trace.txt

like image 448
grushy Avatar asked Dec 29 '12 12:12

grushy


2 Answers

You can have Retrace GUI instead. Look here for step by step details on how to use Retrace GUI.

Basic steps follow:

  1. Open /tools/proguard/bin/proguardgui.bat
  2. Select the “ReTrace” option on the left column.
  3. Add your mapping file and obfuscated stack trace.
  4. Click “ReTrace!”
like image 107
stuckedoverflow Avatar answered Nov 13 '22 10:11

stuckedoverflow


Please follow the below points.

  1. open the terminal/cmd

  2. cd **/sdk/tools/proguard/bin/proguardgui.jar

  3. refer the attached image, retrace GUI pop's up

  4. select your mapping file and copy-paste your obfuscated stacktrace

That's it. Simple and easy

enter image description here

like image 38
Harish Reddy Avatar answered Nov 13 '22 12:11

Harish Reddy