HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 351 - 375 of 3267) sorted by null

<<11121314151617181920>>

  /external/autotest/client/bin/result_tools/
runner.py 13 import logging
53 logging.debug('Deploy result utilities to %s', host.hostname)
63 logging.debug('Failed to deploy result tools using `excludes`. Try '
88 logging.debug('result tools are already deployed to %s.',
92 logging.debug('Cleaning up directory summary in %s',
99 logging.debug('Getting directory summary for %s',
108 logging.warn('host object does not have job attribute, '
119 logging.exception(
145 logging.debug('Source path %s does not exist, no directory summary '
171 logging.exception
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
enable_machine.py 5 import logging
26 logging.info('EnableMachine: Canceling enable.')
31 logging.info('EnableMachine: Setting state to DISABLED.')
43 logging.info('EnableMachine: Setting power state to ON')
46 logging.info('EnableMachine: Setting state to ENABLING')
55 logging.info('EnableMachine: Setting state to ENABLED.')
64 logging.info('EnableMachine: Searching for networks.')
87 logging.info('Modem is already enabled. Nothing to do.')
96 logging.error('There is already an ongoing enable operation')
109 logging.error(message
    [all...]
  /external/autotest/client/cros/chameleon/
screen_comparison.py 7 import logging
60 logging.error(message)
79 logging.info(message)
82 logging.error(message)
88 logging.info('Comparing the images between %s and %s...', *tags)
96 logging.debug('Histogram of difference: %r', histogram)
102 logging.error(message)
107 logging.warning(message)
109 logging.info('Result: all pixels match (within +/- %d)',
122 logging.info('Output the image %d to %s', i, file_path
    [all...]
  /external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/
cellular_OutOfCreditsSubscriptionState.py 5 import logging
55 logging.info('Initialize modem with provisioned state')
58 logging.info('Verify out-of-credits is not set in cellular service')
64 logging.error(error_msg)
69 logging.info('Initialize modem with out-of-credits state')
72 logging.info('Verify out-of-credits is set in cellular service')
78 logging.error(error_msg)
83 logging.info('Initialize modem with provisioned state')
88 logging.info('Mark modem as out-of-credits')
92 logging.info('Verify out-of-credits set in cellular service'
    [all...]
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 5 import logging
30 logging.info('lansim is at %s', dep_dir)
48 logging.exception('Simulator ended with an exception:')
59 logging.exception('Failed to start tested services.')
78 logging.info('Found peers: %r', peers)
85 logging.info('Peer ips: %r', ips)
88 logging.info('Peer p2p port is: %r', port)
93 logging.info('Peer files: %r', files)
98 logging.info('Peer connections: %r', num_connections)
124 logging.info('Peer files: %r', files
    [all...]
  /external/autotest/client/site_tests/platform_CryptohomeLECredentialManager/
platform_CryptohomeLECredentialManager.py 6 import logging
45 logging.info('Performing cleanup!')
55 logging.info('Waiting on cryptohomed to startup!')
61 logging.info('Setting up LE credential!')
70 logging.info('Testing authentication!')
76 logging.info('Testing lockout!')
95 logging.info('Testing reset!')
104 logging.info('Testing LE cred removal on user removal!')
132 logging.info('Testing remove credential!')
136 logging.info('Cleanup of test user!'
    [all...]
  /external/autotest/server/cros/
host_lock_manager.py 5 import logging
70 logging.warning('Caller failed to unlock %r! Forcing unlock now.',
86 logging.warning('Skip unknown host %s.', host)
93 logging.warning(err)
96 logging.info('%s not locked.', mod_host)
112 logging.info('Attempt to lock %s', new_hosts)
130 logging.warning('Skip unknown hosts: %s', unknown_hosts)
132 logging.info('Valid hosts: %s', updated_hosts)
138 logging.info('Unlocking hosts: %s', updated_hosts)
158 logging.info('host_modifier: updated_hosts = %s', updated_hosts
    [all...]
  /external/autotest/server/site_tests/audio_AudioWebRTCLoopback/
audio_AudioWebRTCLoopback.py 7 import logging
59 logging.info('Skip the test because there is no headphone')
117 logging.info('Setting playback data on Chameleon')
122 logging.info('Load AppRTC loopback webpage')
125 logging.info('Start recording from Chameleon.')
128 logging.info('Start playing %s on Cros device',
135 logging.info('Stopped recording from Chameleon.')
143 logging.info('Read recorded binary from Chameleon.')
148 logging.info('Saving recorded data to %s', recorded_file)
154 logging.info('Examine diagnostic file at %s', diagnostic_path
    [all...]
  /external/autotest/server/site_tests/brillo_PlaybackAudioTest/
brillo_PlaybackAudioTest.py 5 import logging
105 logging.info('Testing silent playback')
120 logging.info('Testing audible playback')
160 logging.info('Running test with the following params:')
161 logging.info('Sample rate: %d', sample_rate)
162 logging.info('Sample width: %d', sample_width)
163 logging.info('Number of channels: %d', num_channels)
172 logging.info('Test failed.')
180 logging.info('All tests successfully passed.')
182 logging.error('The following combinations failed:'
    [all...]
  /external/autotest/server/site_tests/display_Resolution/
display_Resolution.py 7 import logging
93 logging.info('Detected %s chameleon port.', chameleon_port_name)
106 logging.info('Skip unsupported EDID: %s', test_name)
110 logging.info('Close lid...')
119 logging.info('Reboot...')
126 logging.info('Use EDID: %s', test_name)
129 logging.info('Open lid...')
141 logging.info('Set mirrored: %s', test_mirrored)
148 logging.info('Going to suspend...')
150 logging.info('Resumed back'
    [all...]
  /external/autotest/server/site_tests/firmware_PDVbusRequest/
firmware_PDVbusRequest.py 5 import logging
42 @returns: a tuple containing pass/fail indication and logging string
85 logging.info('DUT PD connection state: %r', dut_state)
101 logging.info('Start of DUT initiated tests')
109 logging.info('%s, %s', result_str, result)
120 logging.info('Start Plankton initiated tests')
122 logging.info('********* %r *********', voltage)
134 logging.info('%s, %s', result_str, result)
139 logging.error('DUT voltage request failures')
141 logging.error('%s', fail
    [all...]
  /external/toolchain-utils/automation/common/
logger.py 5 import logging
6 import logging.handlers
12 console_handler = logging.StreamHandler()
14 logging.root.addHandler(console_handler)
17 file_handler = logging.handlers.RotatingFileHandler(
23 logging.root.addHandler(file_handler)
26 logging.root.setLevel(level)
63 class CustomFormatter(logging.Formatter):
81 logging.Formatter.__init__(self, fmt=' '.join(items))
129 class CompressedFileHandler(logging.FileHandler)
    [all...]
  /development/vndk/snapshot/
check_gpl_license.py 20 import logging
117 logging.info('Checking if revision {rev} exists in {proj}'.format(
125 logging.error('Error: {}'.format(error))
129 logging.debug(
134 logging.info(
146 logging.info(
155 logging.error(
159 logging.error('Try --remote to manually set remote name')
173 logging.info('Starting license check for GPL projects...')
190 logging.info('No GPL projects found.'
    [all...]
update.py 21 import logging
41 logging.info('Creating branch {branch} in {dir}'.format(
47 logging.info('Removing any old files in {}'.format(install_dir))
55 logging.error('Error: {}'.format(error))
78 logging.info('Fetching {pattern} from {branch} (bid: {build})'.format(
83 logging.info('Fetching {file} from {branch} (bid: {build})'.format(
90 logging.info('Fetching local VNDK snapshot from {}'.format(local_dir))
95 logging.info('Unzipping VNDK snapshot: {}'.format(artifact))
103 logging.info('Creating {} directory to gather all NOTICE files...'.format(
130 logging.info('Rename {} to have version suffix'.format(vndk_version)
    [all...]
  /external/autotest/client/cros/
storage.py 8 import logging, re, os, time, hashlib
137 logging.debug('Volume "%s" is already mounted, skipping '
141 logging.info('Mounting %(device)s in %(mountpoint)s.', storage_dict)
182 logging.debug('Volume "%s" is already unmounted: skipping '
186 logging.info('Unmounting %(device)s from %(mountpoint)s.',
196 logging.debug('Removing %s failed: %s: ignoring.',
277 logging.debug('Preparing volume on %s.', storage['device'])
281 logging.warning("%s._prepare_volume() didn't find any device "
285 logging.warning("%s._prepare_volume() couldn't format volume: %s",
288 logging.debug('Volume preparation finished.'
    [all...]
  /external/autotest/server/cros/faft/
fingerprint_test.py 5 import logging
96 logging.info('HW write protect enabled: %s',
104 logging.info('Stopping %s', self._TIMBERSLIDE_UPSTART_JOB_NAME)
110 logging.info('Stopping %s', self._BIOD_UPSTART_JOB_NAME)
116 logging.info('Created dut_working_dir: %s', self._dut_working_dir)
128 logging.info('dut_firmware_test_images_dir: %s',
144 logging.info('Restarting biod')
148 logging.info('Restarting timberslide')
155 logging.info('successfully ran iteration %d', self.iteration)
160 logging.info('servo version: %s', servo_version
    [all...]
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 40 import logging
41 import logging.handlers
133 logging.debug('[Bot %s] Initialize: bot is not running',
136 logging.debug('[Bot %s] Initialize: bot is running '
158 logging.debug('[Bot %s] check process running: %s',
191 logging.error('[Bot %s] %s, updating pid file',
206 logging.info(
210 logging.debug('[Bot %s] Bootstrap bot in %s', self.bot_id, self.bot_dir)
217 logging.debug('[Bot %s] Getting bot code from: %s/bot_code',
225 logging.info('Download bot code from %s', url
    [all...]
  /external/autotest/server/cros/update_engine/
omaha_devserver.py 6 import logging
108 logging.info(remote_cmd)
116 logging.info(result)
126 logging.debug('Failed to ssh into the devserver: %s', e)
127 logging.error('If you are running this locally it means you did not '
150 logging.warning('Waiting for devserver to start up.')
157 logging.info('Devserver pid is %d, serving on port %d',
167 logging.debug('Failed to run uptime on the devserver: %s', e)
175 logging.warning('Waiting for devserver to accept network requests.')
236 logging.info('Starting devserver with %r', remote_cmd
    [all...]
  /external/autotest/server/
site_crashcollect.py 5 import logging
34 logging.info('symbol_dir: %s', symbol_dir)
100 logging.info('Trying to generate stack trace locally for %s', minidump)
102 logging.info('Generated stack trace for dump %s', minidump)
105 logging.info('Failed to generate stack trace locally for '
111 logging.info('Generating stack trace using devserver for %s', minidump)
118 logging.info('Generating stack trace timed out for dump %s',
124 logging.info('Generated stack trace for dump %s', minidump)
127 logging.info('Failed to generate stack trace on devserver for dump '
131 logging.warning('Failed to generate stack trace for %s (see info logs)'
    [all...]
  /build/make/tools/releasetools/
validate_target_files.py 35 import logging
59 logging.info('Validating the SHA-1 of %s', file_name)
72 logging.info('Checking %s image.', which)
96 logging.warning('Skipping %s that has incomplete block list', entry)
101 logging.warning(
116 logging.info('Validating file consistency.')
120 logging.warning('Skipped due to target using non-sparse images')
162 logging.info('%s does not exist in input_tmp', script_path)
165 logging.info('Checking %s', script_path)
226 logging.info('Done checking %s', script_path
    [all...]
  /external/autotest/client/cros/networking/
wifi_proxy.py 6 import logging
18 """Set the logging in shill for a test of wifi technology.
38 logging.error('Unable to retrieve entry %s:%r', entry_id, e)
85 logging.error('Caught an error while configuring a WiFi '
89 logging.info('Configured service: %s', ssid)
132 logging.info('Attempting to connect to %s', ssid)
148 logging.info('Configuring %s as a hidden network.', ssid)
157 logging.info('Configured hidden service: %s', ssid)
160 logging.info('Discovering...')
180 logging.info('Discovered service: %s. Strength: %r.'
    [all...]
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 5 import logging
114 logging.info("Actual fan steps: %s", self._fan_steps)
127 logging.info("Number of tempearture sensor types: %d", type_id)
138 logging.info("Number of temperature sensor: %d", self._num_temp_sensor)
152 logging.info('Stopped temp_metrics')
165 logging.info('Starting temp_metrics')
169 logging.error("Caught exception: %s", str(e))
233 logging.info("CPU temperature sensor ID is %d", cpu_temp_id)
236 logging.info("CPU temperature from servo: %d C", servo_cpu_temp)
237 logging.info("CPU temperature from ectool: %d C", ectool_cpu_temp
    [all...]
  /art/runtime/arch/mips/
thread_mips.cc 19 #include <android-base/logging.h>
  /art/runtime/arch/mips64/
thread_mips64.cc 19 #include <android-base/logging.h>
  /art/simulator/
code_simulator_container.h 20 #include <android-base/logging.h>

Completed in 1477 milliseconds

<<11121314151617181920>>