gui: add type and access info to classes tree
This commit is contained in:
@@ -12,7 +12,6 @@ public class JadxCLI {
|
||||
JadxArgs jadxArgs = new JadxArgs(args, true);
|
||||
Decompiler jadx = new Decompiler(jadxArgs);
|
||||
jadx.processAndSaveAll();
|
||||
LOG.info("done");
|
||||
System.exit(jadx.getErrorsCount());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user