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

<<31323334353637383940>>

  /external/autotest/server/
site_utils.py 10 import logging
224 logging.warning('could not parse sheriff from url %s%s: %s',
227 logging.warning('unexpected error reading from url "%s%s": %s',
232 logging.warning('Could not retrieve sheriff ldaps for: %s',
265 logging.debug('Error occurred when grabbing the lab status: %s.',
338 logging.warning('Could not get a status from %s', status_url)
376 logging.info('Locked device %s with labels %s.',
380 logging.info('Unable to lock device %s with labels %s.',
431 logging.error(str(e))
451 """Setup basic logging with all logging info stripped
    [all...]
  /external/autotest/client/site_tests/cellular_ModemControl/
cellular_ModemControl.py 7 import logging
69 logging.debug('Connecting with properties: %r' % simple_connect_props)
144 logging.info('Enable with %s' % cmds)
149 logging.info('Disable with %s' % cmds)
154 logging.info('Connect with %s' % cmds)
159 logging.info('Disconnect with %s' % cmds)
177 logging.info('Device Enabled = %s' % state)
183 logging.info('Service not found.')
188 logging.info('Service State = %s' % state)
283 logging.info('Testing using %s' % commands
    [all...]
  /external/autotest/server/cros/servo/
pd_device.py 6 import logging
215 logging.warn('Device not DRP capable, unabled to force disconnect')
244 logging.warn('DRP on both devices, 2nd power swap failed')
253 logging.info('Disconnect = %r, Connect = %r', disconnect, connect)
288 logging.warn('Try.SRC not supported on this PD device')
291 logging.info('Try.SRC mode = %s', trysrc.group(1))
338 logging.warn('HARD RST TX not found')
360 logging.warn('Dualrole Mode not enabled!')
363 logging.warn('PD contract not established!')
370 logging.info('Power swap: %s -> %s', current_pr, new_pr
    [all...]
  /external/tensorflow/tensorflow/python/tpu/
session_support.py 15 """Operations for handling session logging and shutdown notifications."""
33 from tensorflow.python.platform import tf_logging as logging
77 logging.error('Trying to create heartbeat manager with no devices?')
79 logging.info('Creating heartbeat manager for %s', devices)
101 logging.info('Configuring worker heartbeat: %s',
120 logging.debug('Ping results: %s', parsed_results)
145 logging.info('Shutting down %s.', self)
153 logging.info('Waiting %dms for worker shutdown.', timeout_ms)
241 logging.info(
250 logging.info('Stopping worker watchdog.'
    [all...]
  /external/autotest/client/common_lib/cros/
authpolicy.py 8 import logging
69 logging.info('restarting authpolicyd')
82 logging.info('stopping authpolicyd')
232 logging.info('Tail of %s:\n%s', self._LOG_FILE, log_tail)
234 logging.error('Failed to print authpolicyd log tail: %s', ex)
245 logging.error('Seccomp failure detected!')
249 logging.error(utils.run(cmd).stdout)
250 logging.error(
256 logging.error(
268 logging.error('Failed to clear authpolicyd log file: %s', ex
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 16 import logging
172 logging.info(
181 logging.info(message)
202 logging.info(
215 logging.info("Property '%s' already has value '%s'. Ignoring.",
239 logging.info(
268 logging.info(('Properties Changed on interface: %s Changed Properties:'
388 logging.info('%s: GetManagedObjects: %s', self.path,
405 logging.info((self.path + ': InterfacesAdded(' + object_path +
420 logging.info((self.path + ': InterfacesRemoved(' + object_path
    [all...]
pseudomodem_context.py 15 import logging
58 logging.info('Nuking %s with %s', subproc.pid, sig)
161 logging.info('Command line flags for pseudomodem set to: |%s|', val)
228 logging.warning('Failed to clean up the launched '
314 logging.error(err_msg)
342 logging.error('Could not find uid for user %s [%s]',
346 logging.debug('Setting UID to %d', pwd_data.pw_uid)
350 logging.error('Could not set uid to %d [%s]',
365 logging.debug('LivenessCheck: No luck yet. (%s)', str(e))
403 logging.warning('Failed to delete temp file: %s (error %s)'
    [all...]
  /external/autotest/client/cros/
pkcs11.py 7 import grp, logging, os, pwd, re, stat, sys, shutil, pwd, grp
75 logging.error('Unexpected token label: |%s|', token_label)
76 logging.error('Invalid or missing PKCS#11 token label!')
93 logging.error('Could not stat %s while checking for permissions.',
100 logging.error('Ownership of %s does not match! Got = (%s, %s)'
108 logging.error('Permissions for %s do not match! (Got = %s'
118 logging.error('Expecting a single signed-in user with a token.')
127 logging.error('Verification of token name failed!')
130 logging.error('PKCS#11 file list:\n%s',
132 logging.error
    [all...]
  /external/autotest/client/site_tests/kernel_Delay/
kernel_Delay.py 6 import logging
57 logging.debug('setting %s to %s', filename, contents)
140 logging.info('changing to userspace cpuquiet governor');
147 logging.info(
188 logging.info('result: %s', line)
205 logging.info('testing with userspace governor')
211 logging.info('cpu frequency max %d min %d', max_freq, min_freq)
222 logging.info(
242 logging.info('governors: %s', ' '.join(available_governors))
248 logging.warning('testing with existing governor'
    [all...]
  /external/autotest/client/site_tests/peerd_AdvertiseServices/
peerd_AdvertiseServices.py 6 import logging
47 # Start up a cleaned up peerd with really verbose logging.
91 logging.warning('Expected TXT value to match %s for '
115 logging.warning('Found multiple records with name=%s and type=%r',
118 logging.debug('Found record with name=%s, type=%r, value=%r.',
121 logging.debug('Did not see record with name=%s and type=%r',
162 logging.debug('Looking for records for %s.', self._hostname)
169 logging.debug('Found A record, looking for serbus records.')
176 logging.debug('Found serbus records, looking for service records.')
182 logging.debug('Found all desired records.'
    [all...]
  /external/autotest/client/site_tests/power_BacklightControl/
power_BacklightControl.py 5 import logging, time
91 logging.error(('Failed to increase brightness to max, ' + \
108 logging.error('Brightness is not at minimum non-zero level: %d' %
121 logging.error('Brightness is %d, expecting 0.' % current_brightness)
129 logging.error('At least one display must have been turned off. ' + \
141 logging.error(('Failed to increase brightness to max, ' + \
149 logging.error(('Number of displays turned on should be same as ' + \
162 logging.error('Power draw did not decrease enough when ' + \
170 logging.error('Power draw did not decrease enough when screen ' + \
178 logging.error('Power draw did not increase enough after ' +
    [all...]
  /external/autotest/server/cros/clique_lib/
clique_dut_locker.py 6 import logging
158 logging.info('Locked device %s.', host_name)
161 logging.error('Unable to lock device %s.', host_name)
174 logging.error(e)
196 logging.debug('Trying to find a device with spec (%s, %s)',
202 logging.info('Locked %s', host_name)
206 logging.info('%d retries left for (%s, %s)',
246 logging.info('Remaining DUTs to lock: %d', num_duts_to_lock)
251 logging.debug('Sleep %d sec before retry', seconds_to_sleep)
264 logging.error('Tried to unlock a host we have not locked (%s)?'
    [all...]
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 6 import logging
69 logging.debug('Added network %s=%d', ssid, network_id)
179 logging.info('Skipping create_profile on %s', self.__class__.__name__)
189 logging.info('Skipping pop_profile on %s', self.__class__.__name__)
199 logging.info('Skipping push_profile on %s', self.__class__.__name__)
209 logging.info('Skipping remove_profile on %s', self.__class__.__name__)
232 logging.debug('connect_wifi()')
274 logging.debug('Found stations: %r',
316 logging.info('Connected to %s', assoc_params.ssid)
327 logging.debug('disconnect()'
    [all...]
  /external/autotest/server/cros/
resource_monitor.py 5 import logging
150 logging.error(
168 logging.warning("Tried to save parsed results, but they were "
203 logging.info('Monitor period must be at least 0.1s.'
255 logging.debug("Tried to start monitoring before stopping. "
266 logging.info('Running top.')
268 logging.info('Top running with pid %s', self._top_pid)
277 logging.debug("Stopping monitor")
279 logging.debug("Tried to stop monitoring before starting. "
297 logging.info("Saved resource monitor results at %s"
    [all...]
  /external/autotest/server/hosts/
rpc_server_tracker.py 6 import logging
171 logging.debug('Started XMLRPC server on host %s, pid = %s',
195 logging.info('Waiting %d seconds for XMLRPC server '
201 logging.error('Failed to start XMLRPC server.')
205 logging.error('The log of XML RPC server:\n%s',
208 logging.info('XMLRPC server started successfully.')
234 logging.warning('Jsonrpclib could not be imported. Check that '
240 logging.info('Established a jsonrpc connection through port %s.', port)
275 logging.info('Waiting for RPC server "%s" shutdown',
284 logging.info('Shut down RPC server.'
    [all...]
  /external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
firmware_CompareChipFwToShellBall.py 15 import logging
50 logging.error("Caught exception: %s", str(e))
71 logging.info('chip type %s not recognized', chip_id)
103 logging.error('found at least %u TCPC ports '
161 logging.warning('%s firmware not bundled in %s',
168 logging.warning('%s firmware hash not extracted from %s',
180 logging.info('%s bundled firmware for %s is version %s',
203 logging.warning('%s but there is no reference version', msg)
206 logging.info('%s%s', msg,
221 logging.info('mosys reported no chips on DUT, skipping test'
    [all...]
  /external/autotest/server/site_tests/firmware_Cr50Update/
firmware_Cr50Update.py 5 import logging
48 logging.info('Using device image as release')
72 logging.info("Update %s", self.update_order)
79 logging.info('chip board id will be erased during rollback. %x:%x '
83 logging.info('No chip board id is set. This test will not attempt '
119 logging.info("Attempting %s from %s to %s",
159 logging.info("Successfully updated from %s to %s %s", running_ver_str,
164 logging.info(self.host.run('/usr/share/cros/cr50-update.sh'))
215 logging.info("%s stored at %s with version %s", image_name, image_path,
244 logging.info("Update iteration %s ran successfully", self.iteration
    [all...]
  /external/autotest/utils/
compile_gwt_clients.py 3 import sys, os, shutil, optparse, logging
51 logging.error('Unable to find GWT. '
84 logging.error('Copying old client: %s', err)
86 logging.error('Compiled directory is gone, something went wrong')
107 logging.info('Compiling client %s', project_client)
115 logging.error('Error compiling %s, leaving old client', project_client)
135 logging.info('Projects that can be compiled:')
138 logging.info('%s.%s', project, client)
172 logging.error('Options -c and -a are mutually exclusive')
189 logging.error('The following clients failed: %s'
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 10 import logging
28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
31 logging.debug('(device %s) checking device online', self)
35 logging.debug('(device %s) running command %r', self, cmd)
39 logging.debug('(device %s) rebooted!', self)
43 logging.debug('(device %s) getting build_version_sdk', self)
58 logging.debug("called 'get_answer' of %r object", self)
62 logging.debug("called 'echo' of %r object", self)
171 logging.getLogger().setLevel(logging.DEBUG
    [all...]
  /external/perfetto/tools/
install-build-deps 18 import logging
355 logging.info('Fetching %s @ %s into %s', git_url, revision, path)
365 logging.info("Running npm install in {0}".format(ui_dir))
399 logging.info('Downloading %s from %s', local_path, url)
405 logging.fatal('SHA1 mismatch for {} expected {} was {}'.format(
412 logging.info('Extracting %s into %s' % (local_path, zip_target_dir))
415 logging.info('Deleting stale dir %s' % zip_target_dir)
449 logging.warn('Remember to run "gn clean <output_directory>" ' +
453 logging.basicConfig(level=logging.INFO
    [all...]
  /external/autotest/client/cros/multimedia/
cfm_facade_native.py 8 import logging
55 logging.info('Enrolling device...')
67 logging.info('Enrollment completed.')
76 logging.info('Restarting chrome for CfM...')
87 logging.info('Chrome process restarted in CfM mode.')
95 logging.info('Verifying extension contexts...')
106 logging.info('Extension URL %s', url)
111 logging.info('Hangouts extension contexts verified.')
126 logging.warning('Taking screenshot failed', exc_info = e)
138 logging.exception('Error while searching for callgrok logs.'
    [all...]
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 5 import logging
78 logging.info('initialize() finished')
110 logging.info('Downloading %s', url)
146 logging.info('Executing command: %s', cmd)
149 logging.error('run_cmd: the following command terminated with'
166 logging.info('Navigating to %s', url)
171 logging.info('Sub-test name: %s Tab title: %s.', name, tab_title)
190 logging.info('App name: %s Tab title: %s.', name, tab_title)
272 logging.info('Speedometer Score: %s', score)
331 logging.info('Playing video %s', url
    [all...]
  /external/autotest/scheduler/
host_scheduler.py 56 import logging
134 logging.error('HQE (id: %d, parent_job_id: %d, host: %s) '
141 logging.debug('Suite %d got host %s, currently holding %d hosts',
159 logging.debug(
183 logging.debug('Minimum duts to get for suites (suite_id: min_duts): %s',
250 logging.info('Scheduling pre job tasks for entry: %s', queue_entry)
383 logging.info('Calling new tick.')
384 logging.info('Leasing hosts for frontend tasks.')
386 logging.info('Finding hosts for new jobs.')
388 logging.info('Releasing unused hosts.'
    [all...]
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 20 import logging
93 logging.error('Failed to parse commit position id from:\n%s\n',
108 logging.debug('CMD: %s CWD: %s', ' '.join(command), working_dir)
112 logging.debug('extra env: %s', extra_env)
123 logging.error('Command failed: %s\n'
175 logging.exception('Error connecting to %s. Error: %s', url, e)
256 logging.debug('Roll dependency %s to %s', path, new_rev)
347 logging.warning('roll-dep-svn: %s', stderr)
355 logging.error('Dirty/unversioned files:\n%s', stdout)
363 logging.error('Please checkout the master branch and re-run this script.'
    [all...]
  /development/gsi/gsi_util/gsi_util/utils/tests/
cmd_utils_unittest.py 19 import logging
20 from logging import handlers
32 """Sets up logging output for assert checks."""
42 logging.getLogger().addHandler(self._handler)
45 """Removes logging handler."""
46 logging.getLogger().removeHandler(self._handler)
134 logging.basicConfig(format='%(message)s', level=logging.INFO)

Completed in 1017 milliseconds

<<31323334353637383940>>