fix(cli): in 'progress' log mode show issues from input plugins (#2803)
This commit is contained in:
@@ -72,6 +72,9 @@ public class LogHelper {
|
||||
setLevelForClass(JadxCLI.class, Level.INFO);
|
||||
setLevelForClass(JadxDecompiler.class, Level.INFO);
|
||||
setLevelForClass(SingleClassMode.class, Level.INFO);
|
||||
|
||||
// show warnings and errors from input plugins
|
||||
setLevelForPackage("jadx.plugins.input", Level.WARN);
|
||||
}
|
||||
|
||||
private static void applyLogLevel(@NotNull LogLevelEnum logLevel) {
|
||||
|
||||
Reference in New Issue
Block a user