Lines Matching refs:logging
20 import logging
79 logging.exception("[%s] Failed to clean up properly due to" % device.label)
92 logging.debug(arg)
196 logging.debug("Running %s" % " ".join(self.cmd))
266 … logging.error("[%s] Failed to interrupt backing process via SIGINT, sending SIGKILL" % self.label)
272 logging.error("Failed to kill backing process")
275 logging.error("backing process %s stopped with code: %d" % (self.label, return_code))
306 logging.info("[%s] Skip coverage report as there is no profraw file at %s" %
311 logging.info("[%s] Skip coverage report as profraw file is empty at %s" %
315 logging.info("[%s] Skip coverage report as profraw file is inaccessible at %s" %
321 logging.info(
326 …logging.info("[%s] Skip coverage report as llvm-cov is not found at %s" % (self.label, str(llvm_co…
328 logging.info("[%s] Generating coverage report" % self.label)
340 logging.warning("[%s] Failed to index profdata, cmd result: %r" % (self.label, result))
353 … logging.warning("[%s] Failed to generated coverage report, cmd result: %r" % (self.label, result))
365 …logging.warning("[%s] Failed to generated coverage summary, cmd result: %r" % (self.label, result))
393 logging.info("Setting up device %s %s" % (self.label, self.serial_number))
417 logging.debug("Running %s", " ".join(self.logcat_cmd))
431 logging.info("Done preparation for %s, starting backing process" % self.serial_number)
441 logging.error("[%s_%s] Failed to interrupt logcat process via SIGINT, sending SIGKILL" %
448 … logging.error("Failed to kill logcat_process %s %s" % (self.label, self.serial_number))
451 …logging.error("logcat_process %s_%s stopped with code: %d" % (self.label, self.serial_number, retu…
479 logging.debug("Device timezone %s does not match host timezone %s, "
526 logging.debug("host port %d was already forwarded" % host_port)
532 logging.warning(
551 logging.debug("device port %d was already reversed" % device_port)
559 logging.warning(
574 logging.debug("Disabling verity and remount for %s", self.serial_number)
589 logging.debug("Rebooting %s", self.serial_number)