mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
8202 ingest prog bars on EDT; job cancel off EDT
This commit is contained in:
parent
ce634ce909
commit
c80d81675f
@ -170,7 +170,7 @@ public final class IngestJob {
|
|||||||
* Starts data source level analysis for this job if it is running in
|
* Starts data source level analysis for this job if it is running in
|
||||||
* streaming ingest mode.
|
* streaming ingest mode.
|
||||||
*/
|
*/
|
||||||
void processStreamingIngestDataSource() {
|
void addStreamedDataSource() {
|
||||||
if (ingestMode == Mode.STREAMING) {
|
if (ingestMode == Mode.STREAMING) {
|
||||||
if (ingestModuleExecutor != null) {
|
if (ingestModuleExecutor != null) {
|
||||||
ingestModuleExecutor.addStreamedDataSource();
|
ingestModuleExecutor.addStreamedDataSource();
|
||||||
|
@ -67,7 +67,7 @@ class IngestJobInputStream implements IngestStream {
|
|||||||
@Override
|
@Override
|
||||||
public synchronized void close() {
|
public synchronized void close() {
|
||||||
closed = true;
|
closed = true;
|
||||||
ingestJob.processStreamingIngestDataSource();
|
ingestJob.addStreamedDataSource();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user