Searched refs:logging (Results 1 - 8 of 8) sorted by relevance

/bionic/tools/bionicbb/
H A Dbionicbb.py18 import logging namespace
50 logging.debug('%s #%s %s: %s', name, number, status, full_url)
76 logging.debug('POST %s: %s', url, request_data)
83 logging.debug('POST %s: %s', url, request_data)
86 logging.warning('Result for bionic-lint ignored')
88 logging.error('Unknown project: %s', name)
107 logging.info('No rejection to drop: %s %s', change_id, patch_set)
110 logging.info('Dropping rejection: %s %s', change_id, patch_set)
116 logging.debug('POST %s: %s', url, request_data)
122 logging
[all...]
H A Dtasks.py18 import logging namespace
42 logging.fatal('No Gerrit info found: %s', msg.subject)
60 logging.warning('MessageType %s unhandled.', msg_type)
63 logging.error("%s", ex)
67 logging.error('Gerrit error (%d): %s %s', ex.code, change_id, ex.url)
96 logging.error('Could not retrieve Gmail labels')
100 logging.error('Could not find gerrit label')
108 logging.error('API Client HTTP error: %s', ex)
H A Dpresubmit.py19 import logging namespace
82 logging.info('Cleaning: %s %s', build, url)
84 logging.error('Failed to clean: could not find project %s', build)
132 logging.info('Building: %s => %s %s %s', project, build, url,
135 logging.error('Unknown build: %s => %s %s', project, build, change_id)
156 logging.error('Failed to drop rejection: %s', ex)
158 logging.info('Dropped rejection: %s', gerrit_info['Change-Id'])
203 logging.info('Skipping %s: %s', gerrit_info['MessageType'],
/bionic/libc/tools/
H A Dgensyscalls.py11 import logging namespace
501 logging.debug(t)
512 logging.debug("parse_file: %s" % file_path)
563 logging.info("generating " + glibc_syscalls_h_path)
608 logging.info(">>> generating " + filename)
616 logging.info("scanning for existing architecture-specific stub files...")
620 logging.info("scanning " + os.path.join(bionic_libc_root, arch_dir))
626 logging.info("found %d stub files" % len(self.old_stubs))
629 logging.info("creating %s..." % bionic_temp)
632 logging
[all...]
/bionic/libc/kernel/tools/
H A Dclean_header.py161 logging.basicConfig(level=logging.DEBUG)
H A Dutils.py4 import logging namespace
50 logging.debug("write '%s'" % msg)
H A Dcpp.py5 import logging namespace
1349 logging.debug("### skip unterminated static '%s'",
1354 logging.debug("### keep var/func '%s': %s", ident,
1358 logging.debug("### skip var/func '%s': %s", ident,
1673 logging.debug("appending lines %d to %d", blocks[i].lineno,
1693 logging.debug("remove 'if 0' .. 'endif' (lines %d to %d)",
1698 logging.debug("convert 'if 0' .. 'else' into 'if 1' (lines %d "
1705 logging.debug("convert 'if 0' .. 'elif' into 'if'")
1714 logging.debug("unterminated 'if 1'")
1720 logging
[all...]
/bionic/libc/seccomp/
H A Dseccomp_policy.cpp26 #include <android-base/logging.h>

Completed in 137 milliseconds