| /external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/ |
| firmware_FlashServoKeyboardMap.py | 5 import logging 37 logging.info('Already use the new keyboard map.') 42 logging.error(message) 48 logging.info('Updating the keyboard map...') 61 logging.info('Update successfully!') 64 logging.error(message)
|
| /external/autotest/server/site_tests/firmware_WriteProtect/ |
| firmware_WriteProtect.py | 5 import logging 26 logging.error('Caught exception: %s', str(e)) 30 logging.info('Force write-protect on and reboot for a clean slate.') 37 logging.info('Now disable write-protect and check again.') 43 logging.info('Reboot so WP change takes effect for wpsw_boot.') 49 logging.info('Enable write-protect again to observe final transition.')
|
| /external/autotest/server/site_tests/native_Benchmarks/ |
| native_Benchmarks_common.py | 5 import logging 21 logging.info('(%s) Running: %s', host, cmd) 27 logging.info('%s:\n%s\n%s\n', err_msg, 46 logging.info('Copying: %s -> %s', src, dst) 50 logging.info('%s: %s %s', err_msg, src, dst) 62 logging.info('WARNING: Overriding flag %s: from %s to %s', k, d[k], v)
|
| /external/toolchain-utils/android_bench_suite/ |
| fix_json.py | 7 # pylint: disable=cros-logging-import 15 import logging 20 # Turn the logging level to INFO before importing other autotest 21 # code, to avoid having failed import logging messages confuse the 23 logging.basicConfig(level=logging.INFO) 37 logging.info('Generating Crosperf Report...') 46 logging.info('Command: %s', crosperf_cmd) 58 logging.info('JSON file fixed successfully!')
|
| /libcore/luni/src/test/java/libcore/java/util/logging/ |
| OldFormatterTest.java | 18 package libcore.java.util.logging; 20 import java.util.logging.Formatter; 21 import java.util.logging.Handler; 22 import java.util.logging.Level; 23 import java.util.logging.LogRecord; 24 import java.util.logging.StreamHandler;
|
| /toolchain/benchmark/ |
| fix_json.py | 7 # pylint: disable=cros-logging-import 15 import logging 20 # Turn the logging level to INFO before importing other autotest 21 # code, to avoid having failed import logging messages confuse the 23 logging.basicConfig(level=logging.INFO) 37 logging.info('Generating Crosperf Report...') 46 logging.info('Command: %s', crosperf_cmd) 58 logging.info('JSON file fixed successfully!')
|
| /tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/ |
| update_device_ota_tool.py | 17 import logging 44 logging.info('Forcing adb to be in root mode.') 48 logging.info('Running %s' % update_command) 50 logging.info('Output: %s' % result.stdout) 52 logging.info('Rebooting device for update to go live.') 54 logging.info('Reboot sent.')
|
| /tools/test/connectivity/tools/ |
| yapf_checker.py | 16 import logging 32 logging.error('Missing commit id in environment.') 36 logging.error('Missing repo path in environment.') 53 logging.error(result.stdout) 54 logging.error('INVALID FORMATTING.') 55 logging.error('Please run:\n'
|
| /system/core/base/ |
| logging_test.cpp | 17 #include "android-base/logging.h" 60 TEST(logging, CHECK) { 87 TEST(logging, DCHECK) { 139 TEST(logging, WOULD_LOG_FATAL) { 143 TEST(logging, WOULD_LOG_FATAL_WITHOUT_ABORT_disabled) { 147 TEST(logging, WOULD_LOG_FATAL_WITHOUT_ABORT_enabled) { 151 TEST(logging, WOULD_LOG_ERROR_disabled) { 155 TEST(logging, WOULD_LOG_ERROR_enabled) { 159 TEST(logging, WOULD_LOG_WARNING_disabled) { 163 TEST(logging, WOULD_LOG_WARNING_enabled) [all...] |
| /external/autotest/client/cros/bluetooth/ |
| bluetooth_tester_xmlrpc_server.py | 9 import logging 10 import logging.handlers 86 logging.warning('Bluetooth Controller missing on tester') 94 logging.warning('Controller does not support requested settings') 95 logging.debug('Supported: %b; Requested: %b', supported_settings, 103 logging.warning('Failed to power off adapter to accept settings') 114 logging.warning('Failed to enable BR/EDR') 118 logging.warning('Failed to enable LE') 124 logging.warning('Failed to disable BR/EDR') 128 logging.warning('Failed to disable LE' [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/ |
| log4j-core-2.5.jar | |
| /external/robolectric/v1/lib/main/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/devtools/tools/lib/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/misc/common/robolectric/3.1.1/lib/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/misc/common/robolectric/3.4.2/lib/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/misc/common/robolectric/3.5.1/lib/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/misc/common/robolectric/3.6.1/lib/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/tools/common/http-client/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/ |
| commons-logging-1.1.3.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.apache.commons.logging_1.1.1.v201101211721.jar | |
| /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/ |
| commons-logging-1.1.1.jar | |
| /external/autotest/client/tests/npb/ |
| npb.py | 1 import os, shutil, logging, re 21 logging.debug('Ratio (1/n_cpus) found for this system: %s' % self.ratio) 62 logging.error('NPB benchmark %s has failed. Output: %s', 65 logging.debug(itest.stdout) 80 logging.info('Test: %s', itest_cmd) 81 logging.info('Time (s): %s', time_seconds) 82 logging.info('Total operations executed (mops/s): %s', mops_total) 83 logging.info('Total operations per thread (mops/s/thread): %s', 110 logging.error('NPB benchmark single thread %s has failed. ' 124 logging.debug('Time ratio for %s: %s', itest_cmd, time_ratio [all...] |
| /test/vts/utils/python/precondition/ |
| precondition_utils.py | 18 import logging 63 logging.error("The given hwbinder service name %s is invalid.", 70 logging.warn("The required hwbinder service %s not found.", 78 logging.error("The given feature name %s is invalid for HIDL HAL.", 84 logging.warn("The required feature %s not found.", feature) 89 logging.info("FILE_PATH_PREFIX: %s", file_path_prefix) 90 logging.info("Test bitness: %s", bitness) 98 logging.warn(msg) 108 logging.info("Precondition check pass.") 137 logging.error("Cannot parse first API level precondition: %s" [all...] |
| /external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/ |
| files_CopyFileToGoogleDriveUI.py | 5 import logging 74 logging.debug("Windows opened: %s", windows) 76 logging.debug("Current window is %s", driver.title) 82 logging.debug("Switching to window") 84 logging.debug("Switched to window: %s", driver.title) 87 logging.info("%s application opened!", title) 90 logging.debug("Webdriver exception occurred. Exception: %s", 93 logging.debug("Exception: %s", str(e)) 101 logging.info("Opening files application") 107 logging.error("Exception when switching files application.. %s" [all...] |