sky201503 / android-apktool2

Automatically exported from code.google.com/p/android-apktool
0 stars 0 forks source link

add quiet option #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if you could add a quiet feature that won't produce any output 
except for warnings and errors.
I made it on my own but I think other people would like it too.
This is great for batch jobs.
My example: http://pastebin.com/rbvRF5ip

Original issue reported on code.google.com by auer.man...@gmail.com on 19 Jun 2011 at 4:10

GoogleCodeExporter commented 9 years ago
Sorry this should not be a "Defect" since it's a "Enhancement" ;)

Original comment by auer.man...@gmail.com on 19 Jun 2011 at 4:12

GoogleCodeExporter commented 9 years ago
Don't you think quiet should be quiet for real? I have added that switch 
(https://github.com/brutall/brut.apktool/commit/31e6dc51f1be1e4da339872e22414cd6
452a472b), but quiet doesn't show errors at all.

If you want to see only warnings and above then you can use 
-Djava.util.logging.config.file switch to Java.

Original comment by Brut.alll on 5 Nov 2011 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by Brut.alll on 5 Nov 2011 at 10:59