HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 376 - 400 of 5540) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/display_HotPlugAtBoot/
display_HotPlugAtBoot.py 7 import logging
48 logging.info('See the display on Chameleon: port %d (%s)',
52 logging.info('Set mirrored: %s', test_mirrored)
58 logging.info('See the display on DUT: %s %r',
65 logging.info('TESTING THE CASE: %s > reboot > %s',
72 logging.info('Reboot...')
92 logging.error(error_message)
95 logging.info('Set mirrored: %s', True)
  /external/autotest/server/site_tests/enterprise_CFM_PTZStress/
enterprise_CFM_PTZStress.py 5 import logging
39 logging.info('Camera enumerated: {} on bus {}'.
56 logging.info('Fail to run cmd {}. Error: {}'.
58 logging.info('Usbmon traffic dumped to {}'.format(usb_trace_path))
70 logging.info('PTZ signal verified')
74 logging.info('Fail to run cmd {}. Error: {}'.format(cmd, str(e)))
87 logging.info('Cleaned up traces in {}'.format(usb_trace_path))
94 logging.info('Test Loop : {}'.format(loop_no))
  /external/autotest/server/site_tests/firmware_ECAdc/
firmware_ECAdc.py 5 import logging
34 logging.info("Reading EC internal temperature for %d times.",
  /external/autotest/server/site_tests/firmware_ECUsbPorts/
firmware_ECUsbPorts.py 5 import logging
45 logging.error("Caught exception: %s", str(e))
89 logging.info("Found %d USB ports", cnt)
105 logging.info('Waiting for %d USB ports to be disabled.', port_count)
127 logging.info("Fails to wait for USB port disabled")
145 logging.info("Turn off all USB ports and then turn them on again.")
149 logging.info("Check USB ports are disabled when powered off.")
152 logging.info("Check if failure occurred.")
  /external/autotest/server/site_tests/firmware_ECWriteProtect/
firmware_ECWriteProtect.py 5 import logging
45 logging.error("Caught exception: %s", str(e))
51 logging.info('The firmware USE_RO_NORMAL flag is disabled.')
54 logging.info("Expected EC RO boot, enable WP and reboot EC.")
59 logging.info("Expected EC RO boot, write protected. Disable RO flag "
66 logging.info("Expected EC RW boot, write protected. Reboot EC by "
73 logging.info("Expected EC RW boot, write protected. Restore RO "
82 logging.info("Expected EC RO boot.")
  /external/autotest/server/site_tests/firmware_RecoveryCacheBootKeys/
firmware_RecoveryCacheBootKeys.py 5 import logging
53 logging.info('Command to run: %s', command)
57 logging.info('Command output: %s', output)
69 logging.info('Checking %s output for %s', cmd, pattern)
86 logging.info("Checking if device has RECOVERY_MRC_CACHE")
97 logging.info('Checking if cache was used.')
108 logging.info('Checking if cache was rebuilt.')
119 logging.info('Ensure we\'ve done memory training.')
122 logging.info('Checking 3-Key recovery boot.')
128 logging.info('Checking 4-key recovery rebuilt cache boot.'
    [all...]
  /external/autotest/server/site_tests/firmware_ShellBall/
firmware_ShellBall.py 5 import logging
63 logging.error("Caught exception: %s", str(e))
67 logging.info("Change to devmode.")
73 logging.info("Check mainfw_type and run autoupdate.")
79 logging.info("Verify fwid and install system firmware.")
85 logging.info("Verify the old firmware id and test factory_install.")
91 logging.info("Verify fwid and install original firmware.")
97 logging.info("Verify old fwid.")
  /external/autotest/server/site_tests/firmware_SoftwareSync/
firmware_SoftwareSync.py 5 import logging
35 logging.error("Caught exception: %s", str(e))
41 logging.info("Stored EC hash: %s", self._ec_hash)
53 logging.info("Corrupt the EC section: %s", section)
59 logging.info("Current EC hash: %s", ec_hash)
74 logging.info("Corrupt EC firmware RW body.")
78 logging.info("Reboot AP, check EC hash, and software sync it.")
83 logging.info("Expect EC in RW and RW is restored.")
  /external/autotest/server/site_tests/graphics_PowerConsumption/
graphics_PowerConsumption.py 4 import logging
19 logging.debug("Powering off client machine before running %s test.",
  /external/autotest/server/site_tests/power_DarkResumeDisplay/
power_DarkResumeDisplay.py 5 import logging, re, time
34 logging.info('Checking platform %s for compatibility with display test',
40 logging.info('kernel version is %s', kernel_ver)
50 logging.info("node_exists=%s", str(cmd.exit_status))
102 logging.info('suspending host, and waiting %ds', wait_time)
107 logging.info('dark resume count = %d', dark_resume_count)
111 logging.info('retrieving post-suspend error counts')
120 logging.info('error counts for Crtc %d Pipe %s constant at %d', k,
  /external/autotest/server/site_tests/power_DeferForFlashrom/
power_DeferForFlashrom.py 5 import logging
54 logging.info('Creating %d-byte temp file from %s', size, source_path)
60 logging.info('Created %s', temp_file)
71 logging.info("Running %s", bg_cmd)
105 logging.info("Waiting for flashrom to create %s...", _LOCK_FILE)
125 logging.info('Calling powerd\'s RequestRestart method')
142 logging.info("Waiting for host to go down...")
147 logging.info("System went down at %.2f", down_timestamp)
149 logging.info("Waiting for host to come back up...")
  /external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py 5 import logging
70 logging.debug('Start provisioning %s to %s', host, value)
89 logging.debug('Host %s is board type: %s, OS type: %s', host, board, os)
99 logging.debug('Stable version found for board %s: %s', board, value)
103 logging.debug('Installing image from: %s', url)
106 logging.debug('Installing image: %s', value)
112 logging.error(e)
114 logging.debug('Finished provisioning %s to %s', host, value)
  /external/autotest/server/site_tests/stress_ClientTestReboot/
stress_ClientTestReboot.py 5 import logging
20 logging.debug('Starting loop #%d', i)
  /external/autotest/site_utils/
pubsub_utils.py 19 from chromite.lib import cros_logging as logging
52 logging.error('No credential file found')
61 logging.exception('Failed to get credential:%s', ex)
63 logging.exception('Failed to get the pubsub service handle:%s', e)
73 logging.exception('Failed to get pubsub resource object:%s', e)
99 logging.debug('Published notification message')
101 logging.error('Failed to published notification message')
104 logging.exception('Failed to publish test result notification:%s',
  /external/autotest/venv/lucifer/cmd/test/
abort_socket.py 14 import logging
20 logger = logging.getLogger(__name__)
obtain_lease.py 14 import logging
20 logger = logging.getLogger(__name__)
  /external/chromium-trace/catapult/common/py_utils/py_utils/
retry_util.py 5 import logging
49 logging.warning(
xvfb.py 6 import logging
26 logging.error('Xvfb did not start, returncode: %s, stdout:\n%s',
  /external/chromium-trace/catapult/devil/devil/android/
crash_handler.py 6 import logging
11 logger = logging.getLogger(__name__)
  /external/chromium-trace/catapult/devil/devil/utils/
host_utils.py 5 import logging
15 logging.warning('File or directory no longer found: %s', filepath)
  /external/chromium-trace/catapult/systrace/profile_chrome/
ui.py 5 import logging
27 logging.getLogger().disabled = True
  /external/guava/guava/src/com/google/common/io/
LegacyCloseables.java 23 import java.util.logging.Level;
24 import java.util.logging.Logger;
  /external/guava/guava-testlib/src/com/google/common/testing/
SloppyTearDown.java 22 import java.util.logging.Level;
23 import java.util.logging.Logger;
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_recovery.py 9 import logging
41 logging.info('kill %d %d (%s [%s])', sig, p.pid, p.name,
48 logging.error('Unable to kill %d (%s [%s])', p.pid, p.name,
57 logging.debug('%s is blacklisted, skipping recovery.', str(device))
65 logging.exception('Failure while waiting for %s. '
71 logging.warning('Timed out while attempting to reboot %s normally.'
79 logging.exception('Failed to reboot %s.', str(device))
84 logging.exception('Timed out while rebooting %s.', str(device))
92 logging.exception('Failure while waiting for %s.', str(device))
97 logging.exception('Timed out while waiting for %s.', str(device)
    [all...]
flash_device.py 7 import logging
38 logging.critical('Device(s) in blacklist, not flashing devices:')
40 logging.critical(' %s', key)
52 logging.exception('Device %s failed to flash.', str(device))
59 logging.info('The following devices were flashed:')
60 logging.info(' %s', ' '.join(str(d) for d in flashed_devices))
62 logging.critical('The following devices failed to flash:')
63 logging.critical(' %s', ' '.join(str(d) for d in failed_devices))

Completed in 1269 milliseconds

<<11121314151617181920>>