| /bionic/tools/bionicbb/ |
| bionicbb.py | 18 import logging 50 logging.debug('%s #%s %s: %s', name, number, status, full_url) 76 logging.debug('POST %s: %s', url, request_data) 83 logging.debug('POST %s: %s', url, request_data) 86 logging.warning('Result for bionic-lint ignored') 88 logging.error('Unknown project: %s', name) 107 logging.info('No rejection to drop: %s %s', change_id, patch_set) 110 logging.info('Dropping rejection: %s %s', change_id, patch_set) 116 logging.debug('POST %s: %s', url, request_data) 122 logging.basicConfig(level=logging.INFO [all...] |
| /external/autotest/client/common_lib/cros/ |
| cfm_meetings_api.py | 5 import logging 32 logging.info('Reached meetings landing page.') 40 logging.info('Reached meetings in-call page.') 67 logging.info('Started meeting session.') 79 logging.info('Started meeting session: %s', meeting_name) 85 logging.info('Ended meeting session.') 90 logging.info('Is in meeting session.') 92 logging.info('Is not in meeting session.') 139 logging.info('Mic is muted.') 141 logging.info('Mic is not muted.' [all...] |
| cfm_hangouts_api.py | 5 import logging 27 logging.info('Hotrod telemetry commands available for testing.') 47 logging.info('Reached oobe start page') 59 logging.info('Skipped oobe screen.') 66 logging.info('Is on oobe start page.') 68 logging.info('Is not on oobe start page.') 97 logging.info('Started hangout session: %s', hangout_name) 110 logging.info('Ended hangout session.') 117 logging.info('Is in hangout session.') 119 logging.info('Is not in hangout session.' [all...] |
| /external/autotest/client/site_tests/platform_AddPrinter/ |
| fake_printer.py | 1 import logging 28 logging.info('waiting for a printing request') 31 logging.info('printing request from ' + str(client_address)) 36 logging.info('no more data from ' + str(client_address)) 40 logging.info('printing request is dumped to ' + str(logfile))
|
| /external/autotest/frontend/afe/ |
| rpcserver_logging.py | 1 import logging, logging.handlers, time, os 17 handler = logging.handlers.SocketHandler( 23 rpc_logger = logging.getLogger('rpc_logger') 26 rpc_logger.setLevel(logging.DEBUG)
|
| /external/autotest/server/site_tests/autoupdate_Rollback/ |
| autoupdate_Rollback.py | 5 import logging 29 logging.info('Initial device state: active kernel %s, ' 32 logging.info('Performing an update.') 40 logging.info('Update verified, initiating rollback.') 51 logging.info('We successfully rolled back to initial kernel.')
|
| /external/autotest/server/site_tests/ssp_PackageInstall/ |
| ssp_PackageInstall.py | 5 import logging 23 logging.debug('Installing package %s...', package) 33 logging.debug('Installing package %s...', package) 56 logging.info('Found sox executable.') 60 logging.info('Found webdriver at %s', webdriver.__file__)
|
| /external/autotest/site_utils/stats/ |
| log_daemon_common.py | 4 from logging import handlers 8 from chromite.lib import cros_logging as logging 33 """Sets up logging based on the parsed arguments.""" 34 # Set up logging. 35 root = logging.getLogger() 41 root.addHandler(logging.StreamHandler(sys.stdout)) 42 root.setLevel(logging.DEBUG)
|
| /external/parameter-framework/upstream/bindings/python/ |
| sample.py | 32 import logging 41 logging.info(msg) 43 logging.warning(msg) 46 logging.root.setLevel(logging.INFO)
|
| /external/autotest/client/tests/iozone/ |
| postprocessing.py | 11 import os, sys, optparse, logging, math, time 117 logging.info("Results will be stored in %s", output_dir) 198 # Here we'll use the logging system to put the output of our analysis 200 logger = logging.getLogger() 201 formatter = logging.Formatter("") 203 logging.info("") 204 logging.info("TABLE: SUMMARY of ALL FILE and RECORD SIZES Results in MB/sec") 205 logging.info("") 206 logging.info("FILE & RECORD INIT RE RE RANDOM RANDOM BACKWD RECRE STRIDE F FRE F FRE") 207 logging.info("SIZES (KB) WRITE WRITE READ READ READ WRITE READ WRITE READ WRITE (…) [all...] |
| /external/autotest/client/cros/cellular/pseudomodem/ |
| register_cdma_machine.py | 5 import logging 24 logging.info('RegisterCdmaMachine: Canceling register.') 29 logging.info('RegisterCdmaMachine: Setting state to ENABLED.') 51 logging.info('RegisterCdmaMachine: Modem is ENABLED.') 52 logging.info('RegisterCdmaMachine: Setting state to SEARCHING.') 60 logging.info('RegisterCdmaMachine: Modem is SEARCHING.') 63 logging.info('RegisterCdmaMachine: No network available.') 64 logging.info('RegisterCdmaMachine: Setting state to ENABLED.') 75 logging.info( 77 logging.info('RegisterMachineCdma: Setting state to REGISTERED.' [all...] |
| /external/autotest/client/cros/chameleon/ |
| resolution_comparison.py | 7 import logging 42 logging.exception(e) 46 logging.info('Checking the resolutions of Chameleon and CrOS...') 60 logging.error(message) 63 logging.warn(message) 65 logging.info('Resolutions across CrOS and Chameleon match: %dx%d', 99 logging.exception(e) 103 logging.info('Checking the resolutions of Chameleon and CrOS...') 111 logging.error(message) 114 logging.info('Detected VGA resolutions: [all...] |
| /external/autotest/server/control_segments/ |
| get_network_stats | 19 logging.info('ping failed: not collecting network stats') 40 logging.info('get_network_stats: no default interface') 47 logging.info('get_network_stats: %s RXbytes %s TXbytes %s', 51 logging.info('get_network_stats: iface %s not in /proc/net/dev', 54 logging.info('get_network_stats: ignoring exception: %s', e)
|
| /external/autotest/site_utils/lxc/container_pool/ |
| async_listener.py | 6 import logging 54 logging.debug('Starting connection listener.') 84 logging.debug('Stopping connection listener.') 97 logging.error('Timeout while attempting to close socket listener.') 100 logging.debug('Socket closed. Waiting for thread to terminate.') 110 logging.debug('AsyncListener.close called.') 142 logging.debug('Start event loop.') 146 logging.debug('Received incoming connection.') 151 logging.debug('Connection aborted.') 152 logging.debug('Exit event loop.' [all...] |
| /external/chromium-trace/catapult/common/py_utils/py_utils/ |
| memory_debug.py | 7 import logging 38 logging.log(level, '%(mem_rss_fmt)s (pid=%(pid)s)', pinfo) 41 def LogHostMemoryUsage(top_n=10, level=logging.INFO): 43 logging.warning('psutil %s too old, upgrade to version 2.0 or higher' 53 logging.log(level, 'Used %s out of %s memory available.', 55 logging.log(level, 'Memory usage of top %i processes groups', top_n) 70 logging.log( 72 logging.log(level, 'Current process:') 78 logging.basicConfig(level=logging.INFO [all...] |
| /external/libbrillo/brillo/ |
| syslog_logging.cc | 11 // syslog.h and base/logging.h both try to #define LOG_INFO and LOG_WARNING. 12 // We need to #undef at least these two before including base/logging.h. The 27 #include <base/logging.h> 42 case logging::LOG_INFO: 46 case logging::LOG_WARNING: 50 case logging::LOG_ERROR: 54 case logging::LOG_FATAL: 91 logging::LoggingSettings settings; 92 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; 93 logging::InitLogging(settings) [all...] |
| /external/skia/infra/bots/recipe_modules/swarming/resources/ |
| collect_task.py | 8 import logging 54 logging.debug('Using task_output_dir: %r', task_output_dir) 56 logging.warn('task_output_dir %r already exists!', task_output_dir) 62 logging.error('Error while examining existing task_output_dir: %s', e) 64 logging.warn('task_output_dir existing content: %r', existing_contents) 68 logging.info('collect_cmd: %s', ' '.join(collect_cmd)) 71 logging.warn('collect_cmd had non-zero return code: %s', collect_result) 79 logging.error('Error while processing task_output_dir: %s', e) 81 logging.debug('Contents of task_output_dir: %r', task_output_dir_contents) 83 logging.warn [all...] |
| /external/skqp/infra/bots/recipe_modules/swarming/resources/ |
| collect_task.py | 8 import logging 54 logging.debug('Using task_output_dir: %r', task_output_dir) 56 logging.warn('task_output_dir %r already exists!', task_output_dir) 62 logging.error('Error while examining existing task_output_dir: %s', e) 64 logging.warn('task_output_dir existing content: %r', existing_contents) 68 logging.info('collect_cmd: %s', ' '.join(collect_cmd)) 71 logging.warn('collect_cmd had non-zero return code: %s', collect_result) 79 logging.error('Error while processing task_output_dir: %s', e) 81 logging.debug('Contents of task_output_dir: %r', task_output_dir_contents) 83 logging.warn [all...] |
| /external/autotest/client/common_lib/cros/manual/ |
| cfm_helper.py | 9 import logging 25 logging.info('---Get the latest chrome log file') 30 logging.exception('Fail to run command %s.', cmd) 32 logging.info('---cmd: %s', cmd) 33 logging.info('---output: %s', output.lower().strip()) 44 logging.info('---Get the latest reboot log') 48 logging.exception('Fail to run command %s.', cmd) 50 logging.info('---cmd: %s', cmd) 51 logging.info('---output: %s', output.lower().strip()) 65 logging.info('---cmd: %s', cmd [all...] |
| /external/autotest/client/ |
| setup_modules_unittest.py | 3 import cStringIO, logging, os, sys, unittest 18 self.old_root_logging_level = logging.root.level 19 logging.basicConfig(level=logging.ERROR) 21 logging.raiseExceptions = 1 26 # Undo the setUp logging.basicConfig call. 27 logging.basicConfig(level=self.old_root_logging_level) 37 record = logging.LogRecord( 38 'test', logging.DEBUG, __file__, 0, 'MESSAGE', 'ARGS', None) 42 setup_modules._autotest_logging_handle_error(logging.Handler() [all...] |
| /external/autotest/server/site_tests/firmware_ECCharging/ |
| firmware_ECCharging.py | 5 import logging 30 logging.error("Caught exception: %s", str(e)) 38 logging.info("Battery desired voltage = %d mV", voltage) 46 logging.info("Battery desired current = %d mA", current) 54 logging.info("Battery actual voltage = %d mV", voltage) 62 logging.info("Battery actual current = %d mA", current) 70 logging.info("Battery charge = %d %%", charge) 78 logging.info("Charger target voltage = %d mV", voltage) 86 logging.info("Charger target current = %d mA", current) 128 logging.info("Battery is full. Unable to test." [all...] |
| /test/vts-testcase/hal/nfc/V1_0/host/ |
| VtsHalNfcV1_0HostTest.py | 18 import logging 68 # logging.info("coreInitialized result: %s", result) 71 logging.info("callback send_event") 72 logging.info("arg0 %s", NfcEvent) 73 logging.info("arg1 %s", NfcStatus) 76 logging.info("callback send_data") 77 logging.info("arg0 %s", NfcData) 85 logging.info("open result: %s", result) 88 logging.info("prediscover result: %s", result) 91 logging.info("controlGranted result: %s", result [all...] |
| /external/autotest/client/common_lib/ |
| logging_config.py | 1 import logging 10 logging.basicConfig(level=logging.DEBUG) 13 class AllowBelowSeverity(logging.Filter): 16 the normal logging level filtering does. 26 class VarLogMessageFormatter(logging.Formatter): 28 Respews logging.* strings on the DUT to /var/log/messages for easier 45 global_level = logging.DEBUG 46 stdout_level = logging.INFO 47 stderr_level = logging.ERRO [all...] |
| /external/autotest/client/site_tests/graphics_Drm/ |
| graphics_Drm.py | 5 import logging 39 logging.error('Error: found Chromebook without display.') 53 logging.warning('No display connected, skipping test.') 58 logging.warning('Vulkan is required by test but is not ' 64 logging.warning('Test requires kernel version >= %s,' 69 logging.warning('Baytrail is on kernel v4.4, but there is no ' 86 logging.info('Passed: %s', self._command) 87 logging.debug('Duration: %s: (%0.2fs)' 91 logging.error('Failed: Timeout while running %s (timeout=%0.2fs)' 93 logging.debug(e [all...] |
| /external/autotest/server/site_tests/firmware_ECUpdateId/ |
| firmware_ECUpdateId.py | 5 import logging 42 logging.error("Caught exception: %s", str(e)) 51 logging.info("Copy EC RW from '%s' to '%s'", 55 logging.info("EC reboot to switch slot. Wait DUT up...") 62 logging.info("Current EC hash: %s", ec_hash) 70 logging.info("Expected EC hash %s but now %s", 81 logging.info("Expected EC in %s but now in %s", 90 logging.info("Corrupt the EC section: %s", section) 106 logging.info("Check the current state and record hash.") 110 logging.info("Modify EC ID and flash it back to BIOS..." [all...] |