mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
added exception handling
This commit is contained in:
parent
46133acd77
commit
e48110fe0a
@ -280,6 +280,7 @@ public final class SevenZipIngestModule implements FileIngestModule {
|
||||
break;
|
||||
}
|
||||
} catch (TskCoreException ex) {
|
||||
logger.log(Level.WARNING, "Couldn't obtain file attributes for file: " + archiveFile.toString(), ex);
|
||||
}
|
||||
|
||||
if (detectedFormat == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user