mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 16:45:41 +08:00
Added stack trace to exception to get more diagnostic output
This commit is contained in:
@@ -1193,7 +1193,8 @@ public class HeadlessAnalyzer {
|
||||
// This can never happen because there is no user interaction in headless!
|
||||
}
|
||||
catch (Exception exc) {
|
||||
Msg.error(this, domFile.getPathname() + " Error during analysis: " + exc.getMessage());
|
||||
Msg.error(this, domFile.getPathname() + " Error during analysis: " + exc.getMessage(),
|
||||
exc);
|
||||
}
|
||||
finally {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user