mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 01:37:43 +00:00
Added comments
This commit is contained in:
parent
c6e637e6e5
commit
db3e44b902
@ -240,6 +240,7 @@ final class VMExtractorIngestModule extends DataSourceIngestModuleAdapter {
|
||||
ImageDSProcessor dataSourceProcessor = new ImageDSProcessor();
|
||||
AddDataSourceCallback dspCallback = new AddDataSourceCallback(vmFile);
|
||||
synchronized (this) {
|
||||
// for extracted virtual machines we use UUID as data source ID because there is no manifest XML file
|
||||
dataSourceProcessor.run(taskId.toString(), vmFile.toString(), "", false, new AddDataSourceProgressMonitor(), dspCallback);
|
||||
/*
|
||||
* Block the ingest thread until the data source processor finishes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user