Logging which files error the manifest module

This commit is contained in:
Nex 2021-08-20 17:15:35 +02:00
parent 80a91bb2ad
commit e0a6608b9d

View File

@ -126,7 +126,8 @@ class Manifest(IOSExtraction):
"size": self._get_key(file_metadata, "Size"),
})
except:
self.log.exception("Error reading manifest file metadata")
self.log.exception("Error reading manifest file metadata for file with ID %s and relative path %s",
file_data["fileID"], file_data["relativePath"])
pass
self.results.append(cleaned_metadata)