Searched defs:logging (Results 1 - 7 of 7) sorted by relevance

/system/extras/perfprofd/quipper/base/
H A Dlogging.cc9 #include "quipper/base/logging.h"
29 namespace logging { namespace
110 } // namespace logging
H A Dlogging.h20 // Make a bunch of macros for logging. The way to log things is to stream
25 // You can also do conditional logging:
33 // There are also "debug mode" logging macros like the ones above:
39 // All "debug mode" logging is compiled away to nothing for non-debug mode
50 // There are "verbose level" logging macros. They look like
56 // The verbose logging can also be turned on module-by-module. For instance,
71 // E.g., "*/foo/bar/*=2" would change the logging level for all code
77 // // do some logging preparation and logging
106 // Very important: logging
114 namespace logging { namespace
[all...]
/system/extras/simpleperf/scripts/
H A Dupdate.py19 import logging namespace
71 return logging.getLogger(__name__)
75 """Proxy for subprocess.check_call with logging."""
171 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG)
175 logging.basicConfig(level=verbose_map[verbosity])
H A Dutils.py22 import logging namespace
43 logging.debug(msg)
47 logging.info(msg)
51 logging.warning(msg)
257 logging.getLogger().setLevel(logging.DEBUG)
/system/update_engine/scripts/
H A Dupdate_device.py22 import logging namespace
146 logging.info('Serving request for %s from %s [%d, %d) length: %d',
180 logging.info('Server Terminated')
233 logging.info('Running: %s', ' '.join(str(x) for x in command))
252 logging.basicConfig(
253 level=logging.WARNING if args.no_verbose else logging.INFO)
/system/sepolicy/tools/
H A Dinsertkeys.py6 import logging namespace
129 logging.info("Skipping " + tag + " : " + option +
184 logging.info("Replacing " + name + " " + value + " with " + key)
247 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
256 logging.info("Setting output file to: " + options.output_file)
260 logging.info("Generate key map:")
262 logging.info(k + " : " + str(key_map[k]))
/system/core/init/
H A Dperfboot.py45 import logging namespace
130 logging.info('Current CPU temperature %s' % temp)
217 logging.warning('dm-verity is not enabled for /%s. Did you run '
257 logging.warning('Unknown tag \'%s\'. Ignoring...', tag)
319 logging.error('Invalid record found: ' + line.getvalue())
430 logging.getLogger().setLevel(logging.INFO)

Completed in 538 milliseconds