| /device/google/cuttlefish_common/host/libs/usbip/ |
| device_pool.cpp | 19 #include <glog/logging.h>
|
| /device/google/cuttlefish_common/host/libs/vadb/ |
| usb_cmd_attach.cpp | 16 #include <glog/logging.h>
|
| /device/google/marlin/health/ |
| CycleCountBackupRestore.h | 23 #include <android-base/logging.h>
|
| /device/google/wahoo/health/ |
| CycleCountBackupRestore.h | 23 #include <android-base/logging.h>
|
| /external/apache-http/src/org/apache/commons/logging/ |
| LogConfigurationException.java | 17 package org.apache.commons.logging;
|
| /external/autotest/client/cros/ |
| dbus_util.py | 6 import logging 42 logging.error('Failed to convert dbus object of class: %r', 74 logging.debug('Saw objects %r', objects) 84 logging.debug('Filtered objects: %r', objects)
|
| factory_setup_modules.py | 9 import imp, logging, os, sys
|
| /external/autotest/client/cros/image_comparison/ |
| verifier.py | 5 import logging 23 test-related things: logging, deciding pass or fail. 67 logging.debug("***BEGIN Image Verification***") 99 logging.debug(log_msg) 118 logging.debug("***All Good.***"
|
| /external/autotest/client/cros/video/ |
| helper_logger.py | 7 import logging 17 logging.info('chrome video vmodule flag: %s', chrome_video_vmodule_flag) 89 Execute command, logging infomation message. 95 logging.info('%s : %s', info_message, cmd) 98 logging.warning('Fail to execute command [%s] : %s',
|
| /external/autotest/client/deps/gtest/ |
| gtest.py | 7 import common, commands, logging, os, shutil
|
| /external/autotest/client/site_tests/cellular_ConnectFailure/ |
| cellular_ConnectFailure.py | 6 import logging 49 logging.info('Connect call will fail.') 80 logging.info('Expected error: %s', e) 97 logging.info('Connect attempt %d', count + 1)
|
| /external/autotest/client/site_tests/graphics_GLAPICheck/ |
| graphics_GLAPICheck.py | 5 import logging 50 logging.info(version_info) 59 logging.info(version_info) 63 logging.warning('Please add missing extension check. '
|
| /external/autotest/client/site_tests/hardware_Interrupt/ |
| hardware_Interrupt.py | 14 import logging 42 logging.debug('int[%s] = %d', fields[-1], count) 45 logging.debug('int[%s] = %d', interrupt, count) 49 logging.debug('got int[%s] = %d', interrupt,
|
| /external/autotest/client/site_tests/hardware_SAT/ |
| hardware_SAT.py | 5 import logging, re, struct, sys, time 35 logging.warning('Non-default memory channel configuration... please ' 42 logging.warning('Memory channel_hash deactivated... going with cache-line ' 125 logging.debug(sat.stdout)
|
| /external/autotest/client/site_tests/hardware_TPMCheck/ |
| hardware_TPMCheck.py | 5 import logging, re 113 logging.warning('no firmware version, skipping test') 117 logging.info('Running on TPM 2.0') 121 logging.info('Running on TPM 1.2')
|
| /external/autotest/client/site_tests/kernel_CpufreqMinMax/ |
| kernel_CpufreqMinMax.py | 7 import logging 40 logging.info('setting %s to %d' % (filename, freq)) 50 logging.info('%s was set to %d instead of %d' % 94 logging.info(
|
| /external/autotest/client/site_tests/logging_AsanCrash/ |
| logging_AsanCrash.py | 5 import logging 30 logging.info('Browser PID under telemetry control is %d. ' 33 logging.info('Initiate simulating memory bug to be caught by ASAN.') 72 logging.debug('ASAN log content: ' + ui_log.get_logs())
|
| /external/autotest/client/site_tests/network_BasicProfileProperties/ |
| network_BasicProfileProperties.py | 5 import logging 48 logging.info('Got profiles %r', profiles) 53 logging.debug('Profile properties: %r.', profile_properties) 62 logging.info('Found entries: %r', entries)
|
| /external/autotest/client/site_tests/platform_Nvram/ |
| platform_Nvram.py | 7 import logging, os
|
| /external/autotest/client/site_tests/security_DbusOwners/ |
| security_DbusOwners.py | 5 import logging 40 logging.debug('Skipping %s', filename) 43 logging.debug('Parsing %s', filename) 70 logging.error('Missing chronos-owned interface %s', iface)
|
| /external/autotest/client/site_tests/security_RuntimeExecStack/ |
| security_RuntimeExecStack.py | 8 import logging 83 logging.debug('ignored: pid %s vanished', pid) 97 logging.debug('ok: %s %s', pid, exe) 99 logging.info('FAIL: %s %s %s', pid, cmd, report)
|
| /external/autotest/client/site_tests/security_SuidBinaries/ |
| security_SuidBinaries.py | 5 import logging 80 logging.debug('%s: %s', baseline, line) 92 logging.error('Missing %s binary: %s', baseline, filepath) 94 logging.debug('OK: %s baseline matches system', baseline)
|
| /external/autotest/client/tests/pktgen/ |
| pktgen.py | 1 import os, logging 17 logging.info('Adding %s (iteration %d)' % (eth, i)) 25 logging.info('Configuring %s (iteration %d)' % (eth, i)) 43 logging.info('Completed %s (iteration %d)' % (eth, i))
|
| /external/autotest/scheduler/ |
| email_manager.py | 4 import logging 45 logging.exception('Sending email failed:') 54 logging.error(subject + '\n' + message) 82 logging.exception(reason)
|
| /external/autotest/server/cros/chaos_lib/ |
| chaos_runner.py | 7 import logging 50 logging.info('Server time: %s', dt.strftime('%a %b %d %H:%M:%S %Y')) 51 logging.info('DUT time: %s', self._host.run('date').stdout.strip()) 87 logging.info('Performing a scan with a max timeout of 30 seconds.') 119 logging.info('VM %s was on; powering off for a clean instance', 122 logging.info('Allow VM time to gracefully shut down') 125 logging.info('Starting up VM %s', webdriver_instance) 127 logging.info('Allow VM time to power on before creating a tunnel.') 138 logging.info('Wait for tunnel to be created.') 176 logging.info('No more APs to test.' [all...] |