Home | History | Annotate | Download | only in abi

Lines Matching refs:logging

18 import logging
81 logging.info("Delete %s", self._temp_dir)
92 logging.info("adb shell %s", test_cmd)
95 logging.info("%s doesn't exist. Create %s.", target_dir, host_dir)
98 logging.info("adb pull %s %s", target_dir, host_dir)
149 logging.warning("%s: Cannot dump vtables",
152 logging.debug("%s: %s", lib_path, lib_vtables)
196 logging.warning("Unknown dump: %s", dump_path)
215 logging.info("%s: Not found on target", lib_name)
228 logging.exception("%s: Cannot diff symbols", rel_path)
236 logging.exception("%s: Cannot diff vtables", rel_path)
240 logging.error("%s: Missing Symbols:\n%s",
243 logging.error("%s: Vtable Difference:\n"
250 logging.info("%s: Pass", rel_path)
274 logging.info("dump dir: %s", dump_dir)
282 logging.info("host lib dir: %s %s %s",