Lines Matching refs:logging
8 import logging
248 logging.debug(msg)
257 logging.debug('Connecting to device over TCP/IP')
335 adb's server is known to have bugs and randomly restart. BY logging
339 logging.debug('ADB Server PID: %s', adb_pid.stdout)
401 logging.debug('Command: %s', cmd)
471 logging.error('Unable to reset the device adb daemon connection: '
532 logging.error('Failed to parse the exit code for command: `%s`.'
594 logging.debug('Host %s is now up, and can be accessed by %s.',
598 logging.debug('Host %s is still down after waiting %d seconds',
644 logging.debug('Host %s is now down', self.hostname)
647 logging.debug('Host %s is still up after waiting %d seconds',
712 logging.debug('Found Device: %s', serial)
792 logging
833 logging.warn('failed to remove dir %s: %s', tmp_dir, e)
874 logging.debug('Device state is %sready', '' if is_ready else 'NOT ')
928 logging.debug('The device is up and accessible by adb. No need to '
935 logging.debug('Verifying the device is accessible via fastboot.')
1001 logging.warn('failed to remove dir %s: %s', tmp_dir, e)
1080 logging.warn('failed to remove dir %s: %s',
1089 logging.debug('%s on the device %s a directory', source,
1099 logging.warning('Expected file %s does not exist; skipping'
1407 logging.info('Staging build for installation: %s', build_name)
1475 logging.info('Flashing %s...', image_file)
1482 logging.error('Install Android build failed with error: %s', e)
1499 logging.error('Could not skip setup wizard.')
1500 logging.info('Successfully installed Android build staged at %s.',
1545 logging.error('Install Brillo build failed with error: %s', e)
1552 logging.info('Successfully installed Android build staged at %s.',
1633 logging.info('Disabling package verification on %s.', self.adb_serial)
1695 logging.warning(
1702 logging.warning(
1768 logging.info('Skipping setup wizard on %s.', self.adb_serial)
1777 logging.debug('Need root access to bypass setup wizard.')
1787 logging.error('Unrecoverable skip setup wizard failure:'
1790 logging.debug('Skip setup wizard received harmless error: '
1793 logging.debug('Bypass setup wizard was successful.')
1907 """Enable native (non-Java) crash logging.
1914 """Enables native crash logging for a Brillo DUT.
1925 logging.warn(e)
1926 logging.warn('Failed to enable Brillo native crash logging.')
1930 """Enables native crash logging for an Android DUT.
1937 logging.debug('Unable to confirm that debuggerd is running.')
1962 logging.debug('Unable to call find %s, unable to find crash logs',
1965 logging.debug('There are no crash logs on the DUT.')
1976 logging.debug('DUT native crash file produced: %s', f)