Skip to content

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

Merged
daniellockyer merged 1 commit into
daniellockyer:masterfrom
nis-spiir:patch-1
Sep 27, 2019
Merged

Add --no-debug-info to apktool#3
daniellockyer merged 1 commit into
daniellockyer:masterfrom
nis-spiir:patch-1

Conversation

@nis-spiir

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

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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