mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #6363 from markmckinnon/ios-analyser-error-14.17.0-release
ios-analyser-error-14.17.0-release
This commit is contained in:
commit
bd3c3b03c0
@ -141,8 +141,8 @@ public class ILeappAnalyzerIngestModule implements DataSourceIngestModule {
|
||||
try {
|
||||
int result = ExecUtil.execute(iLeappCommand, new DataSourceIngestModuleProcessTerminator(context, true));
|
||||
if (result != 0) {
|
||||
logger.log(Level.SEVERE, String.format("Error running iLeapp, error code returned %d", result)); //NON-NLS
|
||||
return ProcessResult.ERROR;
|
||||
// ignore if there is an error and continue to try and process the next file if there is one
|
||||
continue;
|
||||
}
|
||||
|
||||
addILeappReportToReports(moduleOutputPath, currentCase);
|
||||
|
Loading…
x
Reference in New Issue
Block a user