mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
wait for ingest to complete before proceeding to report
This commit is contained in:
parent
b7ac6bb383
commit
d73e46ff80
@ -515,7 +515,10 @@ public class CommandLineIngestManager extends CommandLineManager {
|
||||
* listener or until interrupted because auto ingest
|
||||
* is shutting down.
|
||||
*/
|
||||
ingestLock.wait();
|
||||
do {
|
||||
ingestLock.wait();
|
||||
} while (IngestManager.getInstance().isIngestRunning());
|
||||
|
||||
LOGGER.log(Level.INFO, "Finished ingest modules analysis for {0} ", dataSource.getPath());
|
||||
IngestJob.ProgressSnapshot jobSnapshot = ingestJob.getSnapshot();
|
||||
IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot snapshot = jobSnapshot.getDataSourceProcessingSnapshot();
|
||||
|
Loading…
x
Reference in New Issue
Block a user