mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Changed exception block.
This commit is contained in:
parent
553fa7d6a2
commit
97d8ea26b7
@ -66,9 +66,8 @@ class CacheLocationAnalyzer(general.AndroidComponentAnalyzer):
|
|||||||
ContentUtils.writeToFile(abstractFile, jFile, context.dataSourceIngestIsCancelled)
|
ContentUtils.writeToFile(abstractFile, jFile, context.dataSourceIngestIsCancelled)
|
||||||
self.__findGeoLocationsInFile(jFile, abstractFile)
|
self.__findGeoLocationsInFile(jFile, abstractFile)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
# Error parsing cached location files.
|
self._logger.log(Level.SEVERE, "Error parsing cached location files", ex)
|
||||||
# Catch and proceed to the next file in the loop.
|
self._logger.log(Level.SEVERE, traceback.format_exc())
|
||||||
pass
|
|
||||||
except TskCoreException as ex:
|
except TskCoreException as ex:
|
||||||
# Error finding cached location files.
|
# Error finding cached location files.
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user