mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 20:27:36 +02:00
Make baksmali thread safe, and add -j option
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user