mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Merge branch '8372-reportCLIException' into 8372new_table_load
This commit is contained in:
commit
8059a7ca2e
@ -330,6 +330,13 @@ public class CommandLineIngestManager extends CommandLineManager {
|
||||
errorCode = CL_RUN_FAILURE;
|
||||
// Do not process any other commands
|
||||
return;
|
||||
} catch (Exception ex) {
|
||||
String msg = "An exception occurred while generating report: " + ex.getMessage();
|
||||
LOGGER.log(Level.WARNING, msg, ex);
|
||||
System.out.println(msg);
|
||||
errorCode = CL_RUN_FAILURE;
|
||||
// Do not process any other commands
|
||||
return;
|
||||
}
|
||||
break;
|
||||
case LIST_ALL_INGEST_PROFILES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user