| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| TestLogHandler.java | 20 import java.util.logging.Handler; 21 import java.util.logging.LogRecord;
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
| MetricsLoggerCompat.java | 19 import com.android.internal.logging.MetricsLogger; 20 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
| LoggerUtils.java | 22 import com.android.dialer.logging.DialerImpression; 23 import com.android.dialer.logging.Logger; 28 /** Posts the impression logging to the main thread so it will be thread safe. */
|
| /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/ |
| EventLogger.java | 22 import com.android.internal.logging.MetricsLogger; 23 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
| /packages/apps/Settings/src/com/android/settings/accessibility/ |
| ToggleScreenMagnificationPreferenceFragmentForSetupWizard.java | 21 import com.android.internal.logging.MetricsLogger; 22 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| polcapquery.py | 19 import logging 41 self.log = logging.getLogger(__name__)
|
| /test/framework/harnesses/host_controller/utils/gsi/ |
| img_utils.py | 16 import logging 39 logging.error(e.strerror)
|
| /test/vts/testcases/fuzz/lib_bionic/ |
| LibBionicLibmFuzzTest.py | 18 import logging 41 logging.info("result %s", self.dut.lib.libm.fabs(5.0))
|
| /tools/test/connectivity/acts/tests/sample/ |
| ConfigurableAccessPointTest.py | 17 import logging 40 logging.info('Your test logic should go here!')
|
| /tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
| coex_test_utils.py | 18 import logging 85 logging.info(a2dp_dumpsys_info) 87 logging.error("failed to get A2DP state") 113 logging.error(err) 117 logging.debug("Connected device = {}".format(connected_devices)) 138 logging.error("Could not parse dumpsys logs") 188 logging.info("Profiles to be connected {}".format(profiles_set)) 223 logging.info("Got event {}".format(profile_event)) 225 logging.error("Did not get {} profiles left {}".format( 234 logging.info("Profiles connected until now {}".format [all...] |
| /external/autotest/server/site_tests/enterprise_CFM_DualSpeaker/ |
| enterprise_CFM_DualSpeaker.py | 5 import logging 130 logging.info('Checking volume set by App on CfM: %s', cfm_volume) 133 logging.info('Volume returned from App is Null') 138 logging.info('Volume in CfM and cras are sync for ' 142 logging.error('Test _test_volume_sync_for_dual_speakers fails' 152 logging.info('Mixer is muted from CfM.') 154 logging.info('Mixer is not muted from CfM.') 160 logging.info('amixer shows mic is muted for node %s.', node_id) 162 logging.info('amixer shows mix not muted for node %s', node_id) 164 logging.error('Test _test_mute_state_sync_for_dual_speakers [all...] |
| /external/libmojo/third_party/catapult/devil/devil/android/tools/ |
| device_status.py | 10 import logging 45 logging.error('Critically low battery level (%d)', battery_level) 53 logging.exception('Failed to get battery information for %s', 68 logging.exception('Failed to get IMEI slice for %s', str(device)) 131 logging.error('Mantaray device not connected to AC power.') 143 logging.exception('Failure while getting device status for %s.', 149 logging.exception('Timeout while getting device status for %s.', 170 logging.info(status['serial']) 173 logging.info(' USB status: %s', 175 logging.info(' ADB status: %s', adb_status [all...] |
| /external/libchrome/base/ |
| logging.h | 35 // process from the main application. When the logging system needs to display 45 // If DebugMessage.exe is not found, the logging code will use a normal 52 // Make a bunch of macros for logging. The way to log things is to stream 57 // You can also do conditional logging: 65 // There are also "debug mode" logging macros like the ones above: 71 // All "debug mode" logging is compiled away to nothing for non-debug mode 82 // There are "verbose level" logging macros. They look like 88 // The verbose logging can also be turned on module-by-module. For instance, 103 // E.g., "*/foo/bar/*=2" would change the logging level for all code 109 // // do some logging preparation and loggin 144 namespace logging { namespace [all...] |
| /external/toolchain-utils/android_bench_suite/ |
| run.py | 7 # pylint: disable=cros-logging-import 19 import logging 24 logging.basicConfig(level=logging.INFO) 154 logging.info('Removing old logfiles...') 160 logging.info('No logfile %s need to be removed. Ignored.', f) 161 logging.info('Old logfiles been removed.') 166 logging.info('Clearing old json results...') 172 logging.info('no %s json file need to be removed. Ignored.', bench) 173 logging.info('Old json results been removed.' [all...] |
| /toolchain/benchmark/ |
| run.py | 7 # pylint: disable=cros-logging-import 19 import logging 24 logging.basicConfig(level=logging.INFO) 154 logging.info('Removing old logfiles...') 160 logging.info('No logfile %s need to be removed. Ignored.', f) 161 logging.info('Old logfiles been removed.') 166 logging.info('Clearing old json results...') 172 logging.info('no %s json file need to be removed. Ignored.', bench) 173 logging.info('Old json results been removed.' [all...] |
| /external/autotest/client/bin/result_tools/ |
| runner.py | 13 import logging 53 logging.debug('Deploy result utilities to %s', host.hostname) 63 logging.debug('Failed to deploy result tools using `excludes`. Try ' 88 logging.debug('result tools are already deployed to %s.', 92 logging.debug('Cleaning up directory summary in %s', 99 logging.debug('Getting directory summary for %s', 108 logging.warn('host object does not have job attribute, ' 119 logging.exception( 145 logging.debug('Source path %s does not exist, no directory summary ' 171 logging.exception [all...] |
| /external/autotest/client/cros/cellular/pseudomodem/ |
| enable_machine.py | 5 import logging 26 logging.info('EnableMachine: Canceling enable.') 31 logging.info('EnableMachine: Setting state to DISABLED.') 43 logging.info('EnableMachine: Setting power state to ON') 46 logging.info('EnableMachine: Setting state to ENABLING') 55 logging.info('EnableMachine: Setting state to ENABLED.') 64 logging.info('EnableMachine: Searching for networks.') 87 logging.info('Modem is already enabled. Nothing to do.') 96 logging.error('There is already an ongoing enable operation') 109 logging.error(message [all...] |
| /external/autotest/client/cros/chameleon/ |
| screen_comparison.py | 7 import logging 60 logging.error(message) 79 logging.info(message) 82 logging.error(message) 88 logging.info('Comparing the images between %s and %s...', *tags) 96 logging.debug('Histogram of difference: %r', histogram) 102 logging.error(message) 107 logging.warning(message) 109 logging.info('Result: all pixels match (within +/- %d)', 122 logging.info('Output the image %d to %s', i, file_path [all...] |
| /external/autotest/client/site_tests/cellular_OutOfCreditsSubscriptionState/ |
| cellular_OutOfCreditsSubscriptionState.py | 5 import logging 55 logging.info('Initialize modem with provisioned state') 58 logging.info('Verify out-of-credits is not set in cellular service') 64 logging.error(error_msg) 69 logging.info('Initialize modem with out-of-credits state') 72 logging.info('Verify out-of-credits is set in cellular service') 78 logging.error(error_msg) 83 logging.info('Initialize modem with provisioned state') 88 logging.info('Mark modem as out-of-credits') 92 logging.info('Verify out-of-credits set in cellular service' [all...] |
| /external/autotest/client/site_tests/p2p_ShareFiles/ |
| p2p_ShareFiles.py | 5 import logging 30 logging.info('lansim is at %s', dep_dir) 48 logging.exception('Simulator ended with an exception:') 59 logging.exception('Failed to start tested services.') 78 logging.info('Found peers: %r', peers) 85 logging.info('Peer ips: %r', ips) 88 logging.info('Peer p2p port is: %r', port) 93 logging.info('Peer files: %r', files) 98 logging.info('Peer connections: %r', num_connections) 124 logging.info('Peer files: %r', files [all...] |
| /external/autotest/server/cros/ |
| host_lock_manager.py | 5 import logging 70 logging.warning('Caller failed to unlock %r! Forcing unlock now.', 86 logging.warning('Skip unknown host %s.', host) 93 logging.warning(err) 96 logging.info('%s not locked.', mod_host) 112 logging.info('Attempt to lock %s', new_hosts) 130 logging.warning('Skip unknown hosts: %s', unknown_hosts) 132 logging.info('Valid hosts: %s', updated_hosts) 138 logging.info('Unlocking hosts: %s', updated_hosts) 158 logging.info('host_modifier: updated_hosts = %s', updated_hosts [all...] |
| tradefed_chromelogin.py | 5 import logging 16 logging.info('Will reboot DUT when Chrome stops.') 53 logging.info('Using --dont_override_profile to start Chrome.') 56 logging.info('Not using --dont_override_profile to start Chrome.') 76 # install). Fall back to logging in via client test, which as a side 79 logging.warning('Autotest not installed, fallback to slow path...') 104 logging.info('Ensure Android is running (timeout=%d)...', timeout) 108 logging.info('Retrying failed login (timeout=%d)...', timeout) 125 logging.info('Skipping reboot, restarting browser.') 129 logging.error('Restarting browser has failed.' [all...] |
| /external/autotest/server/site_tests/audio_AudioWebRTCLoopback/ |
| audio_AudioWebRTCLoopback.py | 7 import logging 59 logging.info('Skip the test because there is no headphone') 117 logging.info('Setting playback data on Chameleon') 122 logging.info('Load AppRTC loopback webpage') 125 logging.info('Start recording from Chameleon.') 128 logging.info('Start playing %s on Cros device', 135 logging.info('Stopped recording from Chameleon.') 143 logging.info('Read recorded binary from Chameleon.') 148 logging.info('Saving recorded data to %s', recorded_file) 154 logging.info('Examine diagnostic file at %s', diagnostic_path [all...] |
| /external/autotest/server/site_tests/brillo_PlaybackAudioTest/ |
| brillo_PlaybackAudioTest.py | 5 import logging 105 logging.info('Testing silent playback') 120 logging.info('Testing audible playback') 160 logging.info('Running test with the following params:') 161 logging.info('Sample rate: %d', sample_rate) 162 logging.info('Sample width: %d', sample_width) 163 logging.info('Number of channels: %d', num_channels) 172 logging.info('Test failed.') 180 logging.info('All tests successfully passed.') 182 logging.error('The following combinations failed:' [all...] |
| /external/autotest/server/site_tests/firmware_PDVbusRequest/ |
| firmware_PDVbusRequest.py | 5 import logging 42 @returns: a tuple containing pass/fail indication and logging string 85 logging.info('DUT PD connection state: %r', dut_state) 101 logging.info('Start of DUT initiated tests') 109 logging.info('%s, %s', result_str, result) 120 logging.info('Start Plankton initiated tests') 122 logging.info('********* %r *********', voltage) 134 logging.info('%s, %s', result_str, result) 139 logging.error('DUT voltage request failures') 141 logging.error('%s', fail [all...] |