Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-d, --no-debug-info donesn't work properly #80

Closed
JesusFreke opened this issue Apr 1, 2015 · 2 comments
Closed

-d, --no-debug-info donesn't work properly #80

JesusFreke opened this issue Apr 1, 2015 · 2 comments

Comments

@JesusFreke
Copy link
Owner

Original issue 37 created by JesusFreke on 2010-06-26T10:36:12.000Z:

This option disables only .parameter info. Doesn't disable .line/.local

$ java -jar baksmali.jar --no-debug-info -d system/framework -o 1 -x system/framework/am.odex
$ java -jar ../bin/baksmali.jar -d system/framework -o 2 -x system/framework/am.odex
$ diff -r 1 2
diff -r 1/com/android/commands/am/Am$InstrumentationWatcher.smali 2/com/android/commands/am/Am$InstrumentationWatcher.smali
27a28
> .parameter
47a49,50
> .parameter "x0"
> .parameter "x1"
59a63,65
> .parameter "name"
> .parameter "resultCode"
> .parameter "results"
218a225,227
> .parameter "name"
> .parameter "resultCode"
> .parameter "results"
372a382
> .parameter "rawMode"
diff -r 1/com/android/commands/am/Am$IntentReceiver.smali 2/com/android/commands/am/Am$IntentReceiver.smali
25a26
> .parameter
42a44,45
> .parameter "x0"
> .parameter "x1"
54a58,63
> .parameter "intent"
> .parameter "rc"
> .parameter "data"
> .parameter "ext"
> .parameter "ord"
> .parameter "sticky"
diff -r 1/com/android/commands/am/Am.smali 2/com/android/commands/am/Am.smali
54a55
> .parameter "x0"
64a66
> .parameter "args"
1046a1049
> .parameter "args"

@JesusFreke
Copy link
Owner Author

Comment #1 originally posted by JesusFreke on 2010-06-26T11:07:55.000Z:

Confirmed, thanks for the bug report :)

@JesusFreke
Copy link
Owner Author

Comment #2 originally posted by JesusFreke on 2010-06-26T11:19:19.000Z:

Fixed: http://code.google.com/p/smali/source/detail?r=764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant