mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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
|
* listener or until interrupted because auto ingest
|
||||||
* is shutting down.
|
* is shutting down.
|
||||||
*/
|
*/
|
||||||
|
do {
|
||||||
ingestLock.wait();
|
ingestLock.wait();
|
||||||
|
} while (IngestManager.getInstance().isIngestRunning());
|
||||||
|
|
||||||
LOGGER.log(Level.INFO, "Finished ingest modules analysis for {0} ", dataSource.getPath());
|
LOGGER.log(Level.INFO, "Finished ingest modules analysis for {0} ", dataSource.getPath());
|
||||||
IngestJob.ProgressSnapshot jobSnapshot = ingestJob.getSnapshot();
|
IngestJob.ProgressSnapshot jobSnapshot = ingestJob.getSnapshot();
|
||||||
IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot snapshot = jobSnapshot.getDataSourceProcessingSnapshot();
|
IngestJob.ProgressSnapshot.DataSourceProcessingSnapshot snapshot = jobSnapshot.getDataSourceProcessingSnapshot();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user