Home | History | Annotate | Download | only in cros

Lines Matching refs:logging

21 import logging
77 logging.info('Hostname: %s', host.hostname)
138 logging.info('Cleaning up %s.', self._tradefed_install)
162 logging.info('adb connect {}:\n{}'.format(hostport, result.stdout))
167 logging.info('adb devices:\n' + result.stdout)
198 logging.info('Setting up adb connection.')
227 logging.info('Successfully setup adb connection.')
258 logging.info('Disabling the adb install dialog.')
264 logging.info('Disable adb dialog: %s', result.stdout)
296 logging.info('Skipping unzip %s, reusing content of %s', filename,
300 logging.info('Begin unzip %s', filename)
304 logging.error('Failed unzip, cleaning up.')
308 logging.info('End unzip %s', filename)
312 logging.error('Failed rename, cleaning up.')
326 logging.error('Inaccessible path (crbug/793696): %s/%s',
356 logging.info(
361 logging.info('Current cache size=%d of %s.', size,
364 logging.info('Found dirty cache.')
367 logging.warning('Cleaning download cache.')
401 logging.info('Skipping download of %s, reusing content of %s.',
404 logging.error('Empty cache entry detected %s', output_dir)
411 logging.info('Using wget to download %s to %s.', uri, output_dir)
422 logging.info('Host %s not in lab. Downloading %s directly to %s.',
430 logging.info('Host %s is in lab. Downloading %s by staging to %s.',
448 logging.info('dev_server URL: %s', ds_src)
481 logging.info('Copying %s to instance %s', cache_path, instance_path)
505 logging.info('Deleting original %s', cache_path)
535 logging.info('Copying media to device. This can take a few minutes.')
556 logging.warning('Could not obtain sh version.')
572 logging.info('Computing md5 of remote media files.')
578 logging.info('Computing md5 of local media files.')
587 logging.error(
589 logging.info('media=%s', media)
590 logging.error('remote=%s', remote)
591 logging.error('local=%s', local)
594 logging.info('Media files identical on DUT /sdcard/test vs. local.')
631 logging.error('no tradefed_global_log file is found')
705 logging.debug('No board retry specified for board: %s', board)
714 logging.warning('Could not establish channel. Using retry=%d.', retry)
721 logging.info('RUN: %s\n', formatted_command)
723 logging.info('END: %s\n', output)
743 logging.error('Failed to run tradefed! Cleaning up now.')
770 logging.info('Setting up tradefed results and logs directories.')
791 logging.info('Install subplan: %s', subplan)
860 logging.warning('Skipped test %s', ' '.join(test_command))
894 logging.info('Running %s:', test_name)
897 logging.info('Retrying failures of %s with session_id %d:',
904 logging.error('Did not find any test results. Retry.')
916 logging.info('RESULT: %s %s', msg, result)
922 logging.info('Package has no tests as expected.')
931 logging.error('Did not find any tests in module. Hoping '