mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-13 22:37:48 +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("aapt");
|
||||||
cmd.add("p");
|
cmd.add("p");
|
||||||
|
cmd.add("-v"); //mega debug mode.@todo REMOVE ON FINAL
|
||||||
if (update) {
|
if (update) {
|
||||||
cmd.add("-u");
|
cmd.add("-u");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user