Lines Matching refs:logging
23 import logging
68 logging.error("Expected 1 test class per file, found %s (%s).",
88 logging.warning("Missing a configuration file. Using the default.")
100 logging.error("No valid config file found.")
103 logging.error("Unexpected exception")
104 logging.exception(e)
114 logging.warning("%s unspecified. Set timeout to %s seconds.",
125 logging.info("Attempt to interrupt runner thread.")
147 logging.exception("Aborted")
149 logging.error("Unexpected exception")
150 logging.exception(e)
257 logging.exception(msg)
313 logging.info("cwd: %s", os.getcwd())
314 logging.info("adb devices: %s", module.list_adb_devices())
338 logging.info("controller_config: %s", controller_config)
345 logging.exception(("Failed to initialize objects for controller "
352 logging.debug("Found %d objects for controller %s",
365 logging.debug("Destroying %s.", name)
369 logging.exception("Exception occurred destroying %s.", name)
439 logging.debug("Executing run list %s.", self.run_list)
445 logging.debug("Executing test cases %s in test class %s.",
448 logging.debug("Executing test class %s", test_cls_name)
458 logging.warning(
463 logging.error("Unexpected exception")
464 logging.exception(e)
482 logging.info(msg.strip())
483 logger.killTestLogger(logging.getLogger())