mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
mega debug code to watch output of AAPT. Helps debugging.
This commit is contained in:
parent
df73d477ae
commit
cc2e973ba4
@ -199,6 +199,7 @@ final public class AndrolibResources {
|
||||
|
||||
cmd.add("aapt");
|
||||
cmd.add("p");
|
||||
cmd.add("-v"); //mega debug mode.@todo REMOVE ON FINAL
|
||||
if (update) {
|
||||
cmd.add("-u");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user