Make baksmali thread safe, and add -j option

This commit is contained in:
Ben Gruver
2013-05-11 20:58:53 -07:00
parent 4b171afedb
commit 7e25c35df7
6 changed files with 419 additions and 357 deletions

View File

@ -159,7 +159,7 @@ public class ClassFileNameHandler {
}
@Override
public File addUniqueChild(String[] pathElements, int pathElementsIndex) {
public synchronized File addUniqueChild(String[] pathElements, int pathElementsIndex) {
String elementName;
String elementNameLower;