Home | History | Annotate | Download | only in config

Lines Matching refs:logging

19 import logging
68 logging.info("Cound not detect api level, using last release")
87 logging.info("Shell command '%s' results: %s", cmd, results)
95 logging.info("Detected kernel version: %s", match.group(0))
169 logging.info("Testing existence of %s" % self.PROC_FILE_PATH)
173 logging.info("Validating kernel version of device.")
181 logging.info("Pulling base cfg from %s", config_file_path)
188 logging.info("Adb pull %s to %s", self.PROC_FILE_PATH, self._temp_dir)
204 logging.info("Pulling arch cfg from %s", config_file_path)
247 logging.info("Delete %s", self._temp_dir)