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";
|
String copiedDexFileName = "classes" + (dexFileCount + 1) + ".dex";
|
||||||
File target = new File(unzipApkFilePath, copiedDexFileName);
|
File target = new File(unzipApkFilePath, copiedDexFileName);
|
||||||
FileUtils.copyFile(file, target);
|
FileUtils.copyFile(file, target);
|
||||||
System.out.println("copy " + file.getAbsolutePath() + " to " + target.getAbsolutePath());
|
System.out.println("Copy " + file.getAbsolutePath() + " to " + target.getAbsolutePath());
|
||||||
dexFileCount++;
|
dexFileCount++;
|
||||||
copyed = true;
|
copyed = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue