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

<<41424344454647484950>>

  /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/autoupdate_ForcedOOBEUpdate/
autoupdate_ForcedOOBEUpdate.py 5 import logging
59 logging.info('Hostlog: %s', hostlog)
86 logging.debug(status)
107 logging.info('New value: %f, old value: %f', completed, percentage)
125 logging.debug(status)
139 logging.debug('Checking if %s is greater than %s', completed,
176 logging.info('Update url: %s', update_url)
203 logging.debug('Percent when we will interrupt: %f', percent)
205 logging.info('We will start interrupting the update.')
262 logging.info('Successfully force updated from %s to %s.', before, after
    [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/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/libmojo/third_party/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/python/cpython3/Lib/logging/
config.py 18 Configuration functions for the logging package for Python. The core package
24 To use, simply 'import logging' and log away!
29 import logging
30 import logging.handlers
51 # reconfiguration of logging.
58 Read the logging configuration from a ConfigParser-format file.
79 logging._acquireLock()
81 logging._handlers.clear()
82 del logging._handlerList[:]
83 # Handlers add themselves to logging._handler
    [all...]
  /test/vts/utils/python/coverage/
coverage_utils.py 18 import logging
113 logging.info("removing existing coverage path: %s",
129 logging.warn("Android device information not available.")
136 logging.error("Missing serial information in device: %s",
140 logging.error("Missing coverage resource path in device: %s",
145 logging.info("Coverage enabled: %s", self.enabled)
173 logging.error("Error parsing gcno for gcda %s", gcda_file_path)
218 logging.error("Archive could not be parsed: %s", name)
256 logging.info("Removing existing gcda files.")
272 logging.info("Creating gcda dictionary"
    [all...]
  /test/vts-testcase/kernel/config/
VtsKernelConfigTest.py 19 import logging
68 logging.info("Cound not detect api level, using last release")
87 logging.info("Shell command '%s' results: %s", cmd, results)
95 logging.info("Detected kernel version: %s", match.group(0))
169 logging.info("Testing existence of %s" % self.PROC_FILE_PATH)
173 logging.info("Validating kernel version of device.")
181 logging.info("Pulling base cfg from %s", config_file_path)
188 logging.info("Adb pull %s to %s", self.PROC_FILE_PATH, self._temp_dir)
204 logging.info("Pulling arch cfg from %s", config_file_path)
247 logging.info("Delete %s", self._temp_dir
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
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/power/
power_utils.py 5 import logging
63 logging.info(cpuinfo)
85 logging.debug("%s is not in RAPL support collection", cpu_uarch)
172 logging.warn('Do NOT believe type %s has battery. '
176 logging.debug(psu)
195 logging.debug("Can't run %s", command)
197 logging.debug("Didn't get number from %s", command)
219 logging.warning('Unable to use ectool: %s', e)
294 logging.debug("device can_control_bl: %s", self._can_control_bl)
305 logging.info("Default backlight brightness percent = %f"
    [all...]
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 8 import logging
223 logging.info('Running command %s', command)
243 logging.info('Bootstrapping test cases matching "%s".', match)
317 logging.info('[%d/%d] TestCase: %s', i, len(test_cases), test_case)
324 logging.info('Skipping on %s: %s', self._gpu_type, test_case)
343 logging.debug('Running single: %s', command)
400 logging.info('Result: %s', result)
449 logging.info('Skipping tests on %s: %s', self._gpu_type,
472 logging.info('Running tests %d...%d out of %d:\n%s\n%s',
492 logging.info(results
    [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
135 logging.error('HQE (id: %d, parent_job_id: %d, host: %s) '
142 logging.debug('Suite %d got host %s, currently holding %d hosts',
160 logging.debug(
184 logging.debug('Minimum duts to get for suites (suite_id: min_duts): %s',
251 logging.info('Scheduling pre job tasks for entry: %s', queue_entry)
387 logging.info('Calling new tick.')
388 logging.info('Leasing hosts for frontend tasks.')
390 logging.info('Finding hosts for new jobs.')
392 logging.info('Releasing unused hosts.'
    [all...]
  /external/autotest/scheduler/shard/
shard_client.py 10 import logging
129 @param message: A string to be used in a logging message.
136 logging.error('Deserializing a %s fails: %s, Error: %s',
173 logging.info('Heartbeat response contains hosts %s', host_ids)
175 logging.info('Heartbeat response contains jobs %s', job_ids)
178 logging.info('Heartbeat response contains suite_keyvals_for jobs %s',
181 logging.info('Heartbeat response contains incorrect_host_ids %s '
195 logging.warn('Following completed jobs are reset shard_id to NULL '
298 logging.info('Known jobs: %s', known_job_ids)
304 logging.info('Uploading jobs %s', [j['id'] for j in jobs]
    [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...]
  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 18 import logging
95 logging.info("adb pull %s %s", target_dir, self._temp_dir)
98 logging.info("Skip adb pull %s", target_dir)
117 logging.debug("LL_NDK: %s", self._ll_ndk)
118 logging.debug("SP_HAL: %s", sp_hal_strings)
119 logging.debug("VNDK: %s", self._vndk)
120 logging.debug("VNDK_SP: %s", self._vndk_sp)
124 logging.info("Delete %s", self._temp_dir)
151 logging.debug("%s is not an ELF file", target_path)
154 logging.debug("%s does not match the ABI", target_path
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
check_quality.py 21 import logging
87 logging.warning(
115 logging.debug('Convert the file using sox: %s', command)
138 logging.exception('Unsupported wave format')
153 logging.debug('Wave header: %s', header)
221 logging.debug('Channel %d max abs signal: %f', channel_idx,
224 logging.info('No data on channel %d, skip this channel',
232 logging.debug('saturate_value: %f', saturate_value)
233 logging.debug('max signal after normalized: %f',
238 logging.debug('Channel %d spectral:\n%s', channel_idx
    [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)
  /external/autotest/client/common_lib/
android_utils.py 11 import logging
168 logging.debug('Found override of standalone image files for board '
184 logging.debug('Found override of zip image files for board '
232 logging.debug('artifacts for %s %s', os, board)
234 logging.debug('Found override of artifacts for board %s: %s', board,
241 logging.debug('found %s', ','.join(artifacts))
  /external/autotest/client/
setup_modules.py 75 """Method to monkey patch into logging.Handler to replace handleError."""
76 # The same as the default logging.Handler.handleError but also prints
78 # about which call caused the logging error.
79 import logging
80 if logging.raiseExceptions:
83 logging.raiseExceptions = 0
89 sys.stderr.write('Future logging formatting exceptions disabled.\n')
93 # Hack out logging.py*
95 "logging.py*")
99 # Monkey patch our own handleError into the logging module's StreamHandler
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 6 import logging
55 logging.info("Device %s is not a USB camera" % device)
66 logging.info("Running %s" % cmd)
80 logging.info("Detected devices: %s\n" % self.v4l2_devices)
90 logging.info("Running %s" % cmd)
99 logging.info("Running %s" % cmd)
  /external/autotest/client/site_tests/cellular_SafetyDance/
cellular_SafetyDance.py 6 import logging
40 logging.info('Enable')
45 logging.info('Disable')
64 logging.info('Connect')
80 logging.info('Disconnect')
120 logging.info('Seed: %d', seed)
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 5 import logging
45 logging.info('Force modem to register with roaming network |%s| '
101 logging.info('Successfully verified service name |%s|',
111 logging.info('Testing service name for 3GPP no roaming')
129 logging.info('Testing service name for 3GPP roaming')
143 logging.info('Testing service name for CDMA')
  /external/autotest/client/site_tests/platform_TabletMode/
platform_TabletMode.py 5 import logging
100 logging.info("Screenshot 1 and 2 diff: %s" % diff)
121 logging.info("Screenshot 1 and 2 similarity diff: %s" % diff)
136 logging.info("Take screenshot for initial laptop mode.")
139 logging.info("Entering landscape mode.")
145 logging.info("Entering portrait mode.")

Completed in 819 milliseconds

<<41424344454647484950>>