mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-18 10:37:43 +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;
|
break;
|
||||||
}
|
}
|
||||||
} catch (TskCoreException ex) {
|
} catch (TskCoreException ex) {
|
||||||
|
logger.log(Level.WARNING, "Couldn't obtain file attributes for file: " + archiveFile.toString(), ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (detectedFormat == null) {
|
if (detectedFormat == null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user