Searched
refs:logging (Results
1251 -
1275 of
5540) sorted by null
<<51525354555657585960>>
| /external/autotest/client/bin/ |
| harness.py | 10 import logging 88 logging.debug('Selected harness: %s', which)
|
| /external/autotest/client/common_lib/cros/ |
| authpolicy.py | 8 import logging 208 logging.info('Tail of %s:\n%s', self._LOG_FILE, log_tail) 210 logging.error('Failed to print authpolicyd log tail: %s', ex) 221 logging.error('Seccomp failure detected!') 225 logging.error(utils.run(cmd).stdout) 226 logging.error( 232 logging.error( 244 logging.error('Failed to clear authpolicyd log file: %s', ex)
|
| crash_detector.py | 7 import logging 48 logging.info('CRASH DETECTED in %s/crash: %s',
|
| enrollment.py | 5 import logging 12 logging.info('Invoking ' + cmd)
|
| virtual_ethernet_pair.py | 42 import logging 91 logging.warning('At least one test interface already existed.' 95 logging.error('Failed to remove unexpected test ' 101 logging.error('Failed to create master test interface.') 105 logging.error('Failed to create peer test interface.') 114 logging.error('iptables rule addition failed for interface %s', 129 logging.warning('VirtualEthernetPair.teardown() called, ' 135 logging.error('Failed to destroy test interface.')
|
| /external/autotest/client/common_lib/cros/bluetooth/ |
| bluetooth_gatt_server.py | 4 import logging 35 logging.debug('incoming connection from address %s', addr)
|
| /external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
| common_client.py | 7 import logging 81 logging.info("Returning url: %s to use.", url)
|
| /external/autotest/client/common_lib/cros/fake_device_server/ |
| resource_delegate.py | 7 import logging 103 logging.warning('Received empty data update. Doing nothing.')
|
| /external/autotest/client/common_lib/ |
| decorators.py | 6 import logging 107 logging.debug('Module %s is not found. Call %s is skipped.', module,
|
| /external/autotest/client/cros/ |
| backchannel.py | 5 import logging 104 logging.info('Waiting for route to gateway %s', self.gateway) 110 logging.error(e) 131 logging.info('Waiting for route restore to gateway %s', 165 logging.info('Reset ethernet device at %s', usb_authorized_path) 189 logging.warning('Route to %s is not ready.', dest) 191 logging.info('Route to %s is ready.', dest) 207 logging.info(e)
|
| dark_resume_listener.py | 5 import logging 44 logging.debug('Dark resume listener started')
|
| dhcpv6_test_base.py | 13 import logging 102 logging.info('Looking at ipconfig %r', ipconfig) 105 logging.info('Found ipconfig object with no method field') 108 logging.info('Found ipconfig object with method != dhcp6') 115 logging.info('Did not find IPConfig object with method == dhcp6') 117 logging.info('Got raw dhcp config dbus object: %s.', dhcp_properties) 147 logging.error('Caught exception: %s.', str(e)) 148 logging.error('Trace: %s', traceback.format_exc())
|
| service_stopper.py | 23 import logging 70 logging.warning('Error stopping service %s. %s',
|
| /external/autotest/client/cros/chameleon/ |
| chameleon_info.py | 10 import logging 104 logging.debug('Chameleon board info: %r', board_info)
|
| /external/autotest/client/cros/faft/utils/ |
| firmware_check_keys.py | 6 import logging 42 logging.error("Could not find a keyboard device")
|
| /external/autotest/client/cros/multimedia/ |
| image_generator.py | 5 import logging 47 logging.debug('Generate the image with size %dx%d to %s',
|
| input_facade_native.py | 9 import logging 36 logging.info('input event device: %s (%s)',
|
| webrtc_utils.py | 12 import logging 76 logging.debug('Open AppRTC loopback page %s', url)
|
| /external/autotest/client/cros/networking/ |
| pm_proxy.py | 11 import logging 64 logging.debug(e)
|
| shill_context.py | 8 import logging 63 logging.debug('Allowed technologies = [%s]', ','.join(self._allowed)) 64 logging.debug('Originally enabled technologies = [%s]', 66 logging.debug('Originally prohibited technologies = [%s]', 68 logging.debug('To be prohibited technologies = [%s]', 137 logging.info('ServiceAutoConnectContext: change autoconnect to %s', 151 logging.info('ServiceAutoConnectContext: change cellular service ' 166 logging.info('ServiceAutoConnectContext: restore autoconnect to %s',
|
| /external/autotest/client/cros/tendo/n_faced_peerd/ |
| manager.py | 9 import logging 80 logging.debug('Name owner for service=%s changed to "%s".', 102 logging.info('Adding remote peer %s', remote_peer.uuid) 122 logging.info('Exposing remote service: %s', service_id) 127 logging.info('Removing remote service: %s', service_id) 147 logging.error('Asked to advertise a duplicate service by %s. ' 151 logging.info('Exposing service %s', service_id) 172 logging.info('Removing service %s', service_id)
|
| /external/autotest/client/profilers/pgo/ |
| pgo.py | 14 import logging 51 logging.error('PGO dir: %s not found', self._source_dir)
|
| /external/autotest/client/site_tests/audio_LoopbackLatency/ |
| audio_LoopbackLatency.py | 5 import logging 50 logging.info('Tested latency with threshold %d.\nMeasured %d,'
|
| /external/autotest/client/site_tests/autoupdate_EOL/ |
| autoupdate_EOL.py | 4 import logging 40 logging.debug(notifications)
|
| /external/autotest/client/site_tests/bluetooth_AdapterSanity/ |
| bluetooth_AdapterSanity.py | 5 import logging 35 logging.info(log_entries)
|
Completed in 701 milliseconds
<<51525354555657585960>>