mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Do not post indexing error messages to Inbox - will be enabled for dev version in the future
This commit is contained in:
parent
7fb5e45cde
commit
fed8d27e2c
@ -460,19 +460,19 @@ public final class KeywordSearchIngestService implements IngestServiceFsContent
|
|||||||
ingestStatus.put(fsContent.getId(), IngestStatus.SKIPPED);
|
ingestStatus.put(fsContent.getId(), IngestStatus.SKIPPED);
|
||||||
//try to extract strings
|
//try to extract strings
|
||||||
boolean processed = processNonIngestible(fsContent);
|
boolean processed = processNonIngestible(fsContent);
|
||||||
postIngestibleErrorMessage(processed, fileName, deletedMessage);
|
//postIngestibleErrorMessage(processed, fileName, deletedMessage);
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
ingestStatus.put(fsContent.getId(), IngestStatus.SKIPPED);
|
ingestStatus.put(fsContent.getId(), IngestStatus.SKIPPED);
|
||||||
//try to extract strings
|
//try to extract strings
|
||||||
boolean processed = processNonIngestible(fsContent);
|
boolean processed = processNonIngestible(fsContent);
|
||||||
|
|
||||||
postIngestibleErrorMessage(processed, fileName, deletedMessage);
|
//postIngestibleErrorMessage(processed, fileName, deletedMessage);
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
boolean processed = processNonIngestible(fsContent);
|
boolean processed = processNonIngestible(fsContent);
|
||||||
postNonIngestibleErrorMessage(processed, fsContent, deletedMessage);
|
//postNonIngestibleErrorMessage(processed, fsContent, deletedMessage);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user