fix: check and report invalid magic in '.dex' files (#2473)
This commit is contained in:
@@ -624,6 +624,7 @@ public class MainWindow extends JFrame {
|
||||
showLogViewer(LogOptions.allWithLevel(Level.ERROR));
|
||||
}
|
||||
} else {
|
||||
showLogViewer(LogOptions.allWithLevel(Level.WARN));
|
||||
UiUtils.showMessageBox(this, NLS.str("message.no_classes"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user