Lines Matching refs:logging
31 import logging
119 logging.exception("Exception in worker queue - task remains uncompleted.")
134 logging.info("Email with subject '%s' has been suppressed", subject)
163 logging.info("Email with subject '%s' has been sent", subject)
165 logging.exception("Failed to send notification email")
196 logging.info("Event '%s' detected on %s", self.name,
234 logging.info("Logging device info to %s", output)
258 logging.info("Restarting process %s", "".join(str(self.command)))
262 logging.info("Delaying for %.2f seconds", needed_delay)
300 logging.exception("UnicodeEncodeError on running logger process")
303 logging.exception("Exception encountered running process")
315 logging.info("Process finished - exit code %d", self.process.exitstatus)
317 logging.info("Process finished - signal code %d",
321 logging.info("Process finished - return code %d",
324 logging.info("Process finished - no return code")
391 logging.info("Setting up device %s", self.name)
405 logging.info(line)
468 logging.error("Test event %s is not compatible with %s", event.name,
470 logging.error(str(err))
475 logging.error("Device %s test event is missing a name", self.name)
501 logging.exception("%s is not an attribute of expected_result", event)
516 logging.info(
519 logging.info("[STRESS_TEST] Will count only : %d",
541 logging.info(_SUMMARY_LINES)
542 logging.info(" iteration %d : Something wrong in %s.",
544 logging.info(_SUMMARY_LINES)
545 logging.info(_SUMMARY_COLUMNS)
546 logging.info(_SUMMARY_LINES)
548 logging.info(line)
549 logging.info(_SUMMARY_LINES)
562 logging.exception("Failed to pull %s", file_to_move.source)
569 logging.info("Condition has been met for event '%s'", event.name)
603 logging.info("Removing %s from the test", self.serial_number)
606 logging.info("Abort requested")
610 logging.info("Running command %s on %s", action, self.name)
614 logging.info(line)
641 logging.info(line.decode("utf-8"))
665 logging.info("Moving %s from %s to %s", source_file, self.name,
678 logging.info("Capturing bugreport on %s", self.name)
703 logging.info("Taking dumpsys %s on %s", dumpsys_unit, self.name)
839 logging.info("Waiting for devices to settle")
847 logging.info("Running command %s", command)
864 logging.info("Starting iteration %d", self.iteration)
874 logging.info("Waiting for %.2f seconds", step.delay_before)
878 logging.info("Playing %s", step.audio_file)
894 logging.info("Running command %s", step.command)
905 logging.info("Waiting for %.2f seconds", step.delay_after)
928 logging.error("Dropped device %s", device.name)
939 logging.info("Device %s reappeared", device.name)
963 logging.info(line)
970 logging.info("Completed full iteration : %d", self.iteration)
977 logging.debug("Stopping devices")
1029 formatter = logging.Formatter(
1031 root_logger = logging.getLogger()
1032 root_logger.setLevel(logging.INFO)
1033 root_logger.setLevel(logging.DEBUG)
1035 file_handler = logging.FileHandler(os.path.join(output_root,
1040 console_handler = logging.StreamHandler()
1048 logging.info("Stopping device logging threads")
1051 logging.info(line)