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

<<71727374757677787980>>

  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_channel_endpoint.py 5 import logging
191 logging.debug('Control Channel: Received %d bytes response. Payload:%s',
211 logging.debug('Control Channel: Sent %d bytes out of %d bytes '
mbim_message_request.py 14 import logging
151 logging.debug('Fragmented request-> Fragments: %d, Total len: %d, '
177 logging.debug("Request Message generated: %s", message)
  /external/autotest/client/cros/cellular/wardmodem/
state_machine_unittest.py 7 import logging
126 logging.basicConfig(level=logging.DEBUG)
task_loop_unittest.py 10 import logging
182 logging.basicConfig(level=logging.DEBUG)
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_context.py 5 import logging
94 logging.info('ChromeNetworkingTestContext: setup')
108 logging.info('ChromeNetworkingTestContext: teardown')
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 5 import hashlib, logging, os, time
69 logging.info('Power output %s', keyval)
84 logging.info('Downloaded file: %s. Expected checksum: %s',
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 5 import logging
47 logging.info('rms test on media file %s.', test_file)
68 logging.info('loopback stat: %s', [str(s) for s in loopback_stats])
  /external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py 8 import logging
79 logging.debug('%r', parsed_state)
107 logging.debug(pairing_info)
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM16.py 5 import logging
122 logging.debug("Error in receiving response fragments from the device")
132 logging.debug("Error in parsing response fragments from the device")
  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 5 import logging
45 logging.info('rms test on media file %s.', media_file)
65 logging.info('loopback stats: %s', [str(s) for s in loopback_stats])
  /external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py 8 import logging
101 logging.info(result)
135 logging.info('GLMark2 score: %d', score)
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 6 import logging, os
128 logging.info("%s accel passed. Magnitude is %f.", name, mag)
130 logging.info("%s accel bad data. Magnitude is %f, expected "
  /external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py 5 import logging, os, re
56 logging.info('Signature: [%s]', announce_match.group(1))
57 logging.info('Reason: [%s]', announce_match.group(2))
  /external/autotest/client/site_tests/security_Minijail0/
security_Minijail0.py 6 import logging
117 logging.info('Running: %s', name)
128 logging.error('Failed: %s', failed)
  /external/autotest/scheduler/
agent_task.py 109 import logging
178 logging.debug(
247 logging.info("%s finished with success=%s", type(self).__name__,
395 logging.error('The test has some DUT in restricted subnet, '
409 logging.info('DUT %s is in restricted subnet, drone can only '
422 logging.error('DUT(s) is in restricted subnet, but no '
467 logging.warning('%s had no owner; using default drone set',
471 logging.warning('User %s has no default drone set, using global '
501 logging.info('Recovering process %s for %s at %s',
518 logging.error(error_message
    [all...]
monitor_db_cleanup_test.py 4 import logging, unittest
13 logging.basicConfig(level=logging.DEBUG)
  /external/autotest/server/cros/ap_configurators/
netgear_single_band_configurator.py 7 import logging
77 logging.debug('set_radio is not supported in this router.')
119 logging.debug('The router has just one band.')
  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 5 import logging
20 logging.warn('Unable to import chromite.')
27 logging.warn('Unable to import metrics from chromite.')
reporting.py 6 import logging
125 logging.error(str(e))
175 logging.warning('No owner/cc found. Will skip sending a mail.')
  /external/autotest/server/cros/
stress.py 5 import logging
138 logging.info('Stressor iteration: %d', iteration_num)
181 logging.info('Stressor iteration: %d of %d',
  /external/autotest/server/hosts/
teststation_host.py 7 import logging
54 logging.debug('Switching to user adb.')
66 logging.debug('Initializing Test Station Host running on host: %s.',
  /external/autotest/server/
sequence.py 9 import logging
138 logging.debug('Current job id: %s', current_job_id)
144 logging.debug('Creating job: %s', child_job_name)
  /external/autotest/server/site_tests/brillo_HWRandom/
brillo_HWRandom.py 6 import logging
118 logging.info('%s: %s', test_result.test_name,
128 logging.info('Total: %d, Weak: %d, Failed: %d',
  /external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py 5 import logging
96 logging.info('Active wifi interfaces: %s', ', '.join(active_ifaces))
112 logging.info('IPv4 connected wifi interfaces: %s',
  /external/autotest/server/site_tests/firmware_Cr50SetBoardId/
firmware_Cr50SetBoardId.py 5 import logging
121 logging.debug(result)
124 logging.info(result.stdout)

Completed in 651 milliseconds

<<71727374757677787980>>