Skip to content

Add --no-debug-info to apktool #3

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

Merged
merged 1 commit into from
Sep 27, 2019

Conversation

nis-spiir
Copy link
Contributor

@nis-spiir nis-spiir commented Sep 27, 2019

From https://ibotpeaches.github.io/Apktool/documentation/

--no-debug-info
Prevents baksmali from writing out debug info (.local, .param, .line, etc). Preferred to use if you are comparing smali from the same APK of different versions. The line numbers and debug will change among versions, which can make DIFF reports a pain.

From https://ibotpeaches.github.io/Apktool/documentation/

>>> `--no-debug-info`
>>> Prevents baksmali from writing out debug info (.local, .param, .line, etc). Preferred to use if you are comparing smali from the same APK of different versions. The line numbers and debug will change among versions, which can make DIFF reports a pain.
@daniellockyer daniellockyer merged commit ba2310c into daniellockyer:master Sep 27, 2019
@daniellockyer
Copy link
Owner

@nis-spiir Thanks!

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

Successfully merging this pull request may close these issues.

2 participants