feat(gui): add script log open button
This commit is contained in:
@@ -16,7 +16,7 @@ jadx.gui.ifAvailable {
|
||||
"Custom Frida snippet (g)",
|
||||
enabled = ::isActionEnabled,
|
||||
keyBinding = "G",
|
||||
action = ::runAction
|
||||
action = ::runAction,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@ class ScriptEval {
|
||||
Severity.FATAL, Severity.ERROR -> log.error(r.exception) { "Script execution error: $msg" }
|
||||
Severity.WARNING -> log.warn { "Script execution issue: $msg" }
|
||||
Severity.INFO -> log.info { "Script report: $msg" }
|
||||
Severity.DEBUG -> log.debug { "Script report: $msg" }
|
||||
Severity.DEBUG -> {} /* ignore, too verbose */
|
||||
}
|
||||
}
|
||||
when (res) {
|
||||
|
||||
Reference in New Issue
Block a user