lnln1111 / android-apktool

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

"test" printed out on Windows #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using 1.4.3 invoked as:

   java -Xmx256M -jar apktool.jar -q decode --keep-broken-res file.apk

On Mac and Linux there is no output and all works fine.  On Windows the string 
"test" (with no trailing newline) is printed to the console.  (Sending 
stdout/stderr to NUL doesn't get rid of it.)  The decode still happens 
correctly.

This is cosmetic but annoying to have to explain to everyone using the tool!

Original issue reported on code.google.com by rogerbinns on 24 Mar 2012 at 6:21

GoogleCodeExporter commented 9 years ago
Was old debug code in smali/baksmali. Fixed.

Original comment by connor.tumbleson on 16 Nov 2012 at 7:57