Lines Matching refs:logging
17 import logging
96 logging.debug('> adb ' + ' '.join([str(x) for x in args]))
128 logging.info("Starting trace with parameters ({}, {}, {}, {}, {}, {})"
219 logging.info('Waiting for device and rooting ...')
253 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(traced_pid)))
254 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(probes_pid)))
265 logging.debug(AdbCall('shell', 'chrt', '-p', traced_pid))
266 logging.debug(AdbCall('shell', 'chrt', '-p', probes_pid))
275 logging.info("Cleaning up test")
277 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(traced_pid)))
278 logging.debug(AdbCall('shell', 'cat', '/proc/{}/stat'.format(probes_pid)))
284 logging.basicConfig(level=logging.INFO)