Lines Matching refs:logging
17 import logging
82 log: A logger object used for logging.
149 logging.info('Test filter: %s' % self.test_filter)
239 logging.info(("Missing optional user param '%s' in "
284 logging.error("empty param_name")
297 logging.warn(msg)
337 report_proto_path = os.path.join(logging.log_path,
341 logging.info('Result proto message path: %s', report_proto_path)
410 logging.error(record.details)
412 logging.info(RESULT_LINE_TEMPLATE, record.test_name, record.result)
441 logging.info(msg)
442 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)
464 logging.info(RESULT_LINE_TEMPLATE, test_name, record.result)
465 logging.info("Reason to skip: %s", record.details)
507 logging.exception(record.details)
543 logging.error("Cannot execute %s. No record for current test.",
551 logging.exception("Exception happened when executing %s for %s.",
653 logging.info("%s %s", TEST_CASE_TOKEN, test_name)
708 logging.exception(e)
733 logging.error('Test timed out.')
784 logging.exception(("Failed to get test name from "
828 logging.exception("Exception happened when executing %s in %s.",
865 logging.warning("%s does not have test case %s.",
917 logging.exception("Failed to setup %s.", self.test_module_name)
925 logging.info("restarting service on device %s", device.serial)
933 logging.info('setUpClass function was executed successfully.')
939 logging.info(
943 logging.info("Finished '%s'", test_name)
952 logging.info("Received TestAbortClass signal")
955 logging.info("Received TestAbortAll signal")
962 logging.exception(e)
969 logging.info("Summary for test class %s: %s",
992 logging.info("==========> %s <==========", self.test_module_name)
1027 file_path = os.path.join(logging.log_path,
1030 logging.info('Catching bugreport %s...' % file_path)
1091 file_path = os.path.join(logging.log_path,
1094 logging.info('Dumping logcat %s...' % file_path)