refine log
This commit is contained in:
parent
51f22bbe85
commit
6c092f9a5b
|
|
@ -95,7 +95,7 @@ public class SoAndDexCopyTask implements Runnable {
|
|||
String copiedDexFileName = "classes" + (dexFileCount + 1) + ".dex";
|
||||
File target = new File(unzipApkFilePath, copiedDexFileName);
|
||||
FileUtils.copyFile(file, target);
|
||||
System.out.println("copy " + file.getAbsolutePath() + " to " + target.getAbsolutePath());
|
||||
System.out.println("Copy " + file.getAbsolutePath() + " to " + target.getAbsolutePath());
|
||||
dexFileCount++;
|
||||
copyed = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue