diff --git a/mvt/ios/modules/mixed/locationd.py b/mvt/ios/modules/mixed/locationd.py index c2c5dfa..64f9458 100644 --- a/mvt/ios/modules/mixed/locationd.py +++ b/mvt/ios/modules/mixed/locationd.py @@ -52,6 +52,9 @@ class LocationdClients(IOSExtraction): return records def check_indicators(self): + if not self.indicators: + return + for result in self.results: parts = result["package"].split("/") proc_name = parts[len(parts)-1]