Home | History | Annotate | Download | only in coverage

Lines Matching refs:logging

18 import logging
113 logging.info("removing existing coverage path: %s",
129 logging.warn("Android device information not available.")
136 logging.error("Missing serial information in device: %s",
140 logging.error("Missing coverage resource path in device: %s",
145 logging.info("Coverage enabled: %s", self.enabled)
173 logging.error("Error parsing gcno for gcda %s", gcda_file_path)
218 logging.error("Archive could not be parsed: %s", name)
256 logging.info("Removing existing gcda files.")
272 logging.info("Creating gcda dictionary")
274 logging.info("Storing gcda tmp files to: %s", self.local_coverage_path)
287 logging.error("failed to get pid entries")
299 logging.info("No gcda files found in path: \"%s\"", path)
314 logging.error(
325 logging.info("outputing coverage data")
341 logging.info("Storing coverage report to: %s", coverage_report_file)
398 logging.warn("Skip for gcda file: %s", gcda_name)
406 logging.info("No matching gcno file for gcda: %s", gcda_name)
411 logging.error("No gcno file found for gcda %s.", gcda_name)
418 logging.error("Error parsing gcda file %s", gcda_name)
434 logging.info("Source file '%s' matched with project '%s'",
445 logging.info("Source file '%s' matched with project '%s'",
450 logging.info("Could not find git info for %s", src_file_path)
499 logging.error(
505 logging.error("Project name and path not specified: %s",
514 logging.error("No coverage information for module %s", name)
517 logging.error(
527 logging.error("Archive could not be parsed: %s", name)
538 logging.error("Error parsing gcno file %s", gcno_file_path)
545 logging.error("No gcda file found %s.", gcda_name)
552 logging.error("No source file found for %s.",
562 logging.error("Error parsing gcda file %s", gcda_content)
599 logging.error("Invalid device provided: %s", serial)
604 logging.error("coverage resource path not found.")
608 logging.info("coverage file paths %s", str([fp for fp in gcda_dict]))
623 logging.info("cleanup gcda files.")
666 logging.error("Fail to execute command: %s. error: %s" %
675 logging.warn("Fail to execute command: %s. error: %s" %
692 logging.basicConfig(level=logging.INFO)