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

<<31323334353637383940>>

  /external/autotest/client/common_lib/cros/
pinweaver_client.py 6 import logging
39 logging.debug(args)
40 logging.info(run.stderr)
41 logging.debug(run.stdout)
  /external/autotest/client/common_lib/
host_protections.py 1 import logging
  /external/autotest/client/cros/audio/
check_quality.py 12 import logging
166 logging.warning(
193 logging.debug('Convert the file using sox: %s', command)
216 logging.exception('Unsupported wave format')
232 logging.debug('Wave header: %s', header)
298 logging.debug('Channel %d max abs signal: %f', channel_idx, max_abs)
300 logging.info('No data on channel %d, skip this channel',
308 logging.debug('saturate_value: %f', saturate_value)
309 logging.debug('max signal after normalized: %f', max(normalized_signal))
313 logging.debug('Channel %d spectral:\n%s', channel_idx
    [all...]
  /external/autotest/client/cros/
dbus_util.py 6 import logging
45 logging.error('Failed to convert dbus object of class: %r',
77 logging.debug('Saw objects %r', objects)
87 logging.debug('Filtered objects: %r', objects)
p2p_utils.py 5 import logging
84 logging.exception('Failed to import lansim.')
120 logging.exception('Failed to stop tested services.')
132 logging.exception('Failed to restore the P2P backup.')
  /external/autotest/client/cros/image_comparison/
pdiff_image_comparer.py 7 import logging
70 logging.debug("Start process with args : " + str(args))
75 logging.debug('output of perceptual diff command is')
76 logging.debug(output)
  /external/autotest/client/cros/tendo/n_faced_peerd/
object_manager.py 6 import logging
55 logging.debug('claim_interface(%s, %s, ...)', path, interface_name)
75 logging.debug('release_interface(%s, %s)', path, interface_name)
93 logging.debug('Received call to GetManagedObjects()')
  /external/autotest/client/site_tests/audio_CrasSanity/
audio_CrasSanity.py 5 import logging
59 logging.debug(
74 logging.debug(
126 logging.debug('No cras crash detected!')
  /external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
audio_WebRtcAudioLoopback.py 5 import logging
64 logging.info(status)
114 logging.info('runTimeSeconds: %.2f', results['runTimeSeconds'])
118 logging.info('rms_value: %f', rms_value)
  /external/autotest/client/site_tests/cellular_ScanningProperty/files/
modems.py 5 import logging
79 logging.debug('Network scan initiated.')
93 logging.warning('Network scan failed')
97 logging.debug('Network scan completed.')
  /external/autotest/client/site_tests/hardware_StorageWearoutDetect/
hardware_StorageWearoutDetect.py 5 import logging, os, re
82 logging.info('Found SSD model %s', model)
90 logging.info('Found eMMC version %s', version)
112 logging.info(msg)
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 6 import logging
102 logging.info('Running: %s, cmd: %s', bm, cmd)
104 logging.info('Output: %s', out)
  /external/autotest/client/site_tests/platform_CrosDisksRename/
platform_CrosDisksRename.py 5 import logging
25 logging.info('Testing "%s"', config['description'])
76 logging.info("Test filesystem access on renamed device")
93 logging.debug(utils.run(cmd))
  /external/autotest/client/site_tests/platform_DebugDaemonPerfDataInFeedbackLogs/
platform_DebugDaemonPerfDataInFeedbackLogs.py 5 import base64, dbus, json, logging, os
54 logging.info('decompress() %d -> %d bytes', len(compressed_input),
84 logging.info('GetBigFeedbackLogs() returned %d elements.', len(logs))
101 logging.info('base64 perf data: %d bytes', len(perf_data))
  /external/autotest/client/site_tests/platform_InputBrightness/
platform_InputBrightness.py 5 import logging
40 logging.debug("Decreasing the brightness. Level %s", level)
58 logging.debug("Increasing the brightness. Level %s", level)
90 logging.info("Increasing the initial brightness to max without "
  /external/autotest/client/site_tests/platform_InputBrowserNav/
platform_InputBrowserNav.py 5 import logging
81 logging.info("Refresh successful.")
107 logging.info('Initially navigate to %s.' % self.URL_1)
110 logging.info('Next, navigate to %s.' % self.URL_2)
  /external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py 5 import logging
102 logging.debug('Root device: %s' % root_device)
107 logging.debug('Root partitions: %s' % ', '.join(root_partitions))
112 logging.debug('Active processes: %s' % ', '.join(processes))
  /external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py 5 import logging
38 logging.info('Scroll delta was %d', delta)
76 logging.info('Missing gesture files, Aborting test.')
102 logging.info('Expecting Australian=%s', self._australian_state)
  /external/autotest/client/site_tests/touch_UpdateErrors/
touch_UpdateErrors.py 5 import logging
67 logging.info('This build has an older build; skipping some logs, '
114 logging.info('Did not find "%s"!', term)
124 logging.info('This touchpad is not supported for this test.')
  /external/autotest/client/site_tests/video_JDAPerf/
video_JDAPerf.py 5 import logging
90 logging.warning('Could not get idle CPU pre login.')
92 logging.warning('Could not get cold machine pre login.')
116 logging.warning('Can\'t stop charging')
125 logging.warning('Initial charge (%f) less than min (%f)',
150 logging.debug('Starting video_JpegDecodeAccelerator %s', gtest_filter)
  /external/autotest/server/cros/cfm/utils/
bond_http_api.py 8 import logging
67 logging.info("CreateConference response: %s", json_response)
98 logging.info("ExecuteScript response: %s", json_response)
146 logging.info("AddBotsRequest response: %s", json_response)
  /external/autotest/server/cros/
sonic_extension_downloader.py 8 import logging
48 logging.info('Omaha response while downloading extension: %s',
60 logging.info('Downloading extension from %s', download_url)
117 logging.info('Sonic extension successfully downloaded into %s.',
  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 5 import logging
29 logging.info('Running client side tests')
33 logging.info('Starting reboot from Server')
35 logging.info('Returning to Client after reboot')
  /external/autotest/server/site_tests/display_SwitchMode/
display_SwitchMode.py 7 import logging, time
48 logging.info('Set mirrored: %s', test_mirrored)
73 logging.debug('See the display on Chameleon: port %d (%s)',
81 logging.info("Iteration %d", (i + 1))
  /external/autotest/server/site_tests/firmware_BaseECKeyboard/
firmware_BaseECKeyboard.py 5 import logging
45 logging.error("Caught exception: %s", str(e))
118 logging.info('Testing keypress by servo...')
121 logging.info('Use key press simulation to issue reboot command...')

Completed in 727 milliseconds

<<31323334353637383940>>