mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
remove reference to uncommitted sleuthkit changes (for now)
This commit is contained in:
parent
75d0d3c0f1
commit
977be67105
@ -96,9 +96,8 @@ public class HashDbIngestService implements IngestServiceFsContent {
|
||||
@Override
|
||||
public void process(FsContent fsContent){
|
||||
logger.log(Level.INFO, "Processing fsContent: " + fsContent.getName());
|
||||
try{
|
||||
long status = 0;
|
||||
//long status = skCase.analyzeFileMd5(fsContent);
|
||||
/*try{
|
||||
long status = skCase.analyzeFileMd5(fsContent);
|
||||
if(status == 1){
|
||||
manager.postMessage(IngestMessage.createDataMessage(123, this, "Found known file", null));
|
||||
}else if(status == 2){
|
||||
@ -106,7 +105,7 @@ public class HashDbIngestService implements IngestServiceFsContent {
|
||||
}
|
||||
} catch (TskException e){
|
||||
logger.log(Level.SEVERE, "Couldn't analyze file - see sleuthkit log for details");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user