Searched
refs:logging (Results
1576 -
1600 of
5540) sorted by null
<<61626364656667686970>>
| /external/autotest/scheduler/ |
| scheduler_lib.py | 8 import logging 104 logging.debug('Could not close the db connection. %s', e) 112 """Configure timestamped logging for a scheduler.""" 113 GLOBAL_LEVEL = logging.INFO 130 """Configure logging to a specified logfile. 144 self.add_file_handler(logfile_name, logging.DEBUG, log_dir=log_dir) 155 """Setup logging to a given log directory and log file.
|
| /external/autotest/server/cros/ap_configurators/ |
| dlinkwbr1310_ap_configurator.py | 7 import logging 114 logging.debug('This router (%s) does not support multiple modes.', 120 logging.debug('This router (%s) does not support radio.', self.name) 145 logging.debug('This router (%s) does not support multiple bands.',
|
| /external/autotest/server/hosts/ |
| afe_store.py | 5 import logging 50 logging.warning( 83 logging.debug('removing labels: %s', labels) 99 logging.info('adding labels: %s', labels)
|
| /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
| bluetooth_Sanity_Discovery.py | 6 import logging 37 logging.info('Found tester with RSSI %d', 43 logging.info('Device name not yet received') 142 logging.warning('Failed to stop discovery on DUT')
|
| /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
| bluetooth_Sanity_LEDiscovery.py | 6 import logging 37 logging.info('Found tester with RSSI %d', 43 logging.info('Device name not yet received') 143 logging.warning('Failed to stop discovery on DUT')
|
| /external/autotest/server/site_tests/brillo_PowerMgmtInterfaces/ |
| brillo_PowerMgmtInterfaces.py | 5 import logging
|
| /external/autotest/server/site_tests/firmware_TouchMTBSetup/ |
| firmware_TouchMTBSetup.py | 5 import logging
|
| /external/autotest/server/site_tests/network_WiFi_IPv6RA/ |
| network_WiFi_IPv6RA.py | 5 import logging 70 logging.debug('Device dropped the first RA in sequence') 86 logging.debug('Device did not filter duplicate RAs correctly.' 95 logging.debug('Device did not accept new RA after 1/6th time'
|
| /external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
| network_WiFi_SuspendStress.py | 6 import logging 54 logging.info('Cryptohome did not return a value.') 132 logging.info('Running Wifi Suspend Stress Integration test.') 142 logging.info('Running Non integration Wifi Stress test.')
|
| /external/autotest/site_utils/ |
| deploy_server.py | 6 import logging 166 logging.getLogger().handlers = [] 167 logging.basicConfig(level=logging.DEBUG)
|
| test_droid.py | 10 import logging 11 # Turn the logging level to INFO before importing other autotest 12 # code, to avoid having failed import logging messages confuse the 14 logging.basicConfig(level=logging.INFO) 101 logging.error('could not detect exactly one device; please select '
|
| /external/autotest/site_utils/stats/ |
| mysql_stats.py | 13 import logging 111 logging.error('Cannot find any global status like %s', status) 144 logging.basicConfig(stream=sys.stdout, level=logging.INFO)
|
| /external/chromium-trace/catapult/common/bin/ |
| update_chrome_reference_binaries | 16 import logging 126 logging.warn('versions map: %s' % versions_map) 175 logging.getLogger().setLevel(logging.DEBUG)
|
| /external/chromium-trace/catapult/systrace/bin/ |
| adb_profile_chrome_startup | 7 import logging 49 parser.add_option('-v', '--verbose', help='Verbose logging.', 77 logging.getLogger().setLevel(logging.DEBUG) 81 logging.error('Exactly 1 device must be attached.')
|
| /external/devlib/devlib/utils/ |
| android_build.py | 18 import logging
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| RTCoverageDataPersister.java | 16 import com.vladium.logging.Logger;
|
| /external/guice/extensions/grapher/src/com/google/inject/grapher/ |
| DefaultRootKeySetCreator.java | 25 import java.util.logging.Logger;
|
| /external/libbrillo/brillo/message_loops/ |
| message_loop.cc | 8 #include <base/logging.h>
|
| /external/libbrillo/brillo/ |
| unittest_utils.cc | 12 #include <base/logging.h>
|
| /external/libbrillo/policy/ |
| policy_util.cc | 8 #include <base/logging.h>
|
| /external/libcxx/ |
| run_tests.py | 21 import logging 32 return logging.getLogger(__name__) 36 """subprocess.call with logging.""" 43 """subprocess.check_call with logging.""" 115 logging.basicConfig(level=logging.INFO)
|
| /external/libmojo/third_party/catapult/devil/devil/utils/ |
| lsusb.py | 5 import logging 37 logging.warning( 40 logging.warning( 51 logging.error( 77 logging.error('lsusb parsing error: unrecognized line: "%s"', line) 95 logging.info('lsusb -v %s:%s timed out.', bus_num, dev_num)
|
| timeout_retry.py | 8 import logging 105 logging.info(' '.join(msg)) 121 error_log_func=logging.critical, retry_if_func=AlwaysRetry): 130 desc: An optional description of |func| used in logging. If omitted, 132 error_log_func: Logging function when logging errors. 159 logging.info('Still working on %s', desc)
|
| /external/ltp/testcases/kernel/ |
| Makefile | 48 logging \
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
| AppleCoverBox.java | 3 import java.util.logging.Logger;
|
Completed in 1010 milliseconds
<<61626364656667686970>>