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
@ -279,7 +279,8 @@ public final class SevenZipIngestModule implements FileIngestModule {
|
|||||||
detectedFormat = attribute.getValueString();
|
detectedFormat = attribute.getValueString();
|
||||||
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