/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VvmLog.java | 35 public static void log(String tag, String log) { in log() argument 36 PersistentLogger.logText(tag, log); in log() 46 public static void e(String tag, String log) { in e() argument 47 log(tag, log); in e() 48 LogUtil.e(tag, log); in e() 51 public static void e(String tag, String log, Throwable e) { in e() argument 52 log(tag, log + " " + e); in e() 53 LogUtil.e(tag, log, e); in e() 56 public static void w(String tag, String log) { in w() argument 57 log(tag, log); in w() [all …]
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmLog.java | 35 public static void log(String tag, String log) { in log() argument 36 sLocalLog.log(tag + ": " + log); in log() 46 public static int e(String tag, String log) { in e() argument 47 log(tag, log); in e() 48 return Log.e(tag, log); in e() 51 public static int e(String tag, String log, Throwable e) { in e() argument 52 log(tag, log + " " + e); in e() 53 return Log.e(tag, log, e); in e() 56 public static int w(String tag, String log) { in w() argument 57 log(tag, log); in w() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttMetricsTest.java | 77 WifiMetricsProto.WifiRttLog log; in testRecordRequest() local 80 log = mDut.consolidateProto(); in testRecordRequest() 81 checkMainStats("No requests", log, 0, 0, 0, 0); in testRecordRequest() 82 checkPeerStats("No requests: AP", log.rttToAp, 0, 0, 0, 0, 0, 0, 0, 0); in testRecordRequest() 83 checkPeerStats("No requests: Aware", log.rttToAware, 0, 0, 0, 0, 0, 0, 0, 0); in testRecordRequest() 113 log = mDut.consolidateProto(); in testRecordRequest() 114 checkMainStats("Sequence AP-only", log, 10, 0, 0, 0); in testRecordRequest() 116 checkPeerStats("Sequence AP-only: AP", log.rttToAp, 10, 41, 2, 2, 4, 0, 0, 5); in testRecordRequest() 119 log.rttToAp.histogramNumRequestsPerApp[0], 1, 10, 1); in testRecordRequest() 121 log.rttToAp.histogramNumRequestsPerApp[1], 10, 100, 1); in testRecordRequest() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareMetricsTest.java | 137 WifiMetricsProto.WifiAwareLog log; in testEnableDisableUsageMetrics() local 150 log = mDut.consolidateProto(); in testEnableDisableUsageMetrics() 151 collector.checkThat(countAllHistogramSamples(log.histogramAwareAvailableDurationMs), in testEnableDisableUsageMetrics() 153 validateProtoHistBucket("Duration[0] #1", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics() 155 validateProtoHistBucket("Duration[1] #1", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics() 157 collector.checkThat(log.availableTimeMs, equalTo(6L)); in testEnableDisableUsageMetrics() 164 log = mDut.consolidateProto(); in testEnableDisableUsageMetrics() 165 collector.checkThat(countAllHistogramSamples(log.histogramAwareAvailableDurationMs), in testEnableDisableUsageMetrics() 167 validateProtoHistBucket("Duration[0] #2", log.histogramAwareAvailableDurationMs[0], 1, 2, in testEnableDisableUsageMetrics() 169 validateProtoHistBucket("Duration[1] #2", log.histogramAwareAvailableDurationMs[1], 5, 6, in testEnableDisableUsageMetrics() [all …]
|
/packages/providers/MediaProvider/ |
D | logging.sh | 7 adb shell setprop log.tag.MediaProvider VERBOSE 8 adb shell setprop log.tag.ModernMediaScanner VERBOSE 9 adb shell setprop log.tag.TranscodeHelper VERBOSE 10 adb shell setprop log.tag.FuseDaemon DEBUG 11 adb shell setprop log.tag.libfuse DEBUG 13 adb shell setprop log.tag.MediaProvider INFO 14 adb shell setprop log.tag.ModernMediaScanner INFO 15 adb shell setprop log.tag.FuseDaemon INFO 16 adb shell setprop log.tag.libfuse INFO 21 adb shell setprop log.tag.SQLiteQueryBuilder VERBOSE [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 221 log("doQuit for device " + mDevice); in doQuit() 226 log("cleanup for device " + mDevice); in cleanup() 230 log("disconnect gatt"); in cleanup() 300 log("parseBaseData" + Arrays.toString(serviceData)); in parseBaseData() 307 log("auto triggered assist"); in parseBaseData() 331 log("parseScanRecord" + record); in parseScanRecord() 336 log("ParcelUUid = " + entry.getKey() + ", Value = " in parseScanRecord() 354 log("checkAndParseBroadcastName"); in checkAndParseBroadcastName() 381 log("selectSource: ScanResult " + scanRes); in selectSource() 437 log("cancelActiveSync: sourceDev = " + sourceDev); in cancelActiveSync() [all …]
|
D | BaseData.java | 123 log("BaseInformation is Initialized"); in BaseInformation() 131 log("**BEGIN: Base Information**"); in print() 132 log("**Level: " + level + "***"); in print() 134 log("presentationDelay: " + Arrays.toString(presentationDelay)); in print() 137 log("codecId: " + Arrays.toString(codecId)); in print() 140 log("codecConfigLength: " + codecConfigLength); in print() 141 log("subGroupId: " + subGroupId); in print() 144 log("codecConfigInfo: " + Arrays.toString(codecConfigInfo)); in print() 147 log("metaDataLength: " + metaDataLength); in print() 149 log("metaData: " + Arrays.toString(metaData)); in print() [all …]
|
D | PeriodicAdvertisementResult.java | 174 log("-- PeriodicAdvertisementResult --"); in print() 175 log("mDevice:" + mDevice); in print() 176 log("mAddressType:" + mAddressType); in print() 177 log("mAdvSid:" + mAdvSid); in print() 178 log("mSyncHandle:" + mSyncHandle); in print() 179 log("mPAInterval:" + mPAInterval); in print() 180 log("mBroadcastId:" + mBroadcastId); in print() 181 log("mIsNotified: " + mIsNotified); in print() 182 log("mBroadcastName: " + mBroadcastName); in print() 183 log("-- END: PeriodicAdvertisementResult --"); in print() [all …]
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallDialTest.java | 52 log("onCreate: intent = " + intent); in onCreate() 71 log("onResume()..."); in onResume() 77 log("onPause()..."); in onPause() 85 log("onClick(View " + view + ", id " + id + ")..."); in onClick() 89 log("onClick: CALL..."); in onClick() 93 log("onClick: DIAL..."); in onClick() 97 log("onClick: ITelephony.call()..."); in onClick() 101 log("onClick: ITelephony.dial()..."); in onClick() 111 log("fireIntent(action = '" + action + "')..."); in fireIntent() 115 log("==> number: '" + number + "'"); in fireIntent() [all …]
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkEvaluator.java | 141 log("created AccessNetworkEvaluator"); in AccessNetworkEvaluator() 234 log("rebuild"); in rebuild() 262 log("close"); in close() 281 log( in registerForQualifiedNetworksChanged() 316 log( in initLastNotifiedQualifiedNetwork() 328 log( in updateLastNotifiedQualifiedNetwork() 354 log( in initSettings() 368 log("registerListeners"); in registerListeners() 422 log("unregisterListeners"); in unregisterListeners() 455 protected void log(String s) { in log() method in AccessNetworkEvaluator [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/repository/ |
D | WifiHotspotRepository.java | 227 log("getSecurityType():" + mSecurityType.getValue()); in getSecurityType() 238 log("updateSecurityType(), securityType:" + securityType); in updateSecurityType() 248 log("setSecurityType():" + securityType); in setSecurityType() 280 log("getSpeedType():" + mSpeedType.getValue()); in getSpeedType() 295 log("updateSpeedType(), getBand():" + keyBand); in updateSpeedType() 313 log("updateSpeedType(), keyBand:" + keyBand); in updateSpeedType() 323 log("setSpeedType():" + speedType); in setSpeedType() 339 log("setSpeedType(), setBand(BAND_2GHZ_5GHZ_6GHZ)"); in setSpeedType() 342 log("setSpeedType(), setPassphrase(SECURITY_TYPE_WPA3_SAE)"); in setSpeedType() 346 log("setSpeedType(), setBand(BAND_2GHZ_5GHZ)"); in setSpeedType() [all …]
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 292 if (DBG) log("ACTION_ADD_VOICEMAIL Intent is thrown"); in onResume() 294 if (DBG) log("Voicemail data has more than one provider."); in onResume() 317 log("maybeHidePublicSettings: settings hidden by EXTRA_HIDE_PUBLIC_SETTINGS"); in maybeHidePublicSettings() 346 if (DBG) log("onPreferenceTreeClick: Voicemail Settings Preference is clicked."); in onPreferenceTreeClick() 361 if (DBG) log("Invoking cfg intent " + preference.getIntent().getPackage()); in onPreferenceTreeClick() 367 if (DBG) log("onPreferenceTreeClick(). No intent; use default behavior in xml."); in onPreferenceTreeClick() 387 if (DBG) log("onPreferenceChange: \"" + preference + "\" changed to \"" + objValue + "\""); in onPreferenceChange() 394 if (DBG) log("No change is made to the VM provider setting."); in onPreferenceChange() 411 if (DBG) log("Saved preferences found - switching to them"); in onPreferenceChange() 431 if (DBG) log("updating default for voicemail dialog"); in onGetDefaultNumber() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | powerd_suspend_manager.rs | 74 log::error!("Error serializing proto to bytes: {}", e); in generate_proto_bytes() 93 log::debug!( in send_handle_suspend_readiness() 106 log::debug!("HandleSuspendReadiness returns {:?}", ret); in send_handle_suspend_readiness() 108 log::error!("Error calling HandleSuspendReadiness: {}", e) in send_handle_suspend_readiness() 112 log::error!("Error writing SuspendReadinessInfo"); in send_handle_suspend_readiness() 118 log::debug!("Suspend callback registered, callback_id = {}", callback_id); in on_callback_registered() 123 log::debug!("Suspend ready, adapter suspend_id = {}", suspend_id); in on_suspend_ready() 137 log::warn!("Suspend ready but no SuspendImminent signal or powerd session"); in on_suspend_ready() 145 log::debug!("Suspend resumed, adapter suspend_id = {}", suspend_id); in on_resumed() 286 log::error!("Error decoding SuspendImminent signal: {}", e); in init() [all …]
|
/packages/modules/Bluetooth/system/blueberry/controllers/ |
D | android_bt_target_device.py | 118 self.log.info('The a2dp sink connection between %s and %s succeeded', 124 self.log.info('Activating the pairing mode of the android target device') 148 self.log = self.pri_ad.log 150 self.log.info( 164 self.log.info( 181 self.log.info('Answers the incoming phone call from hf phone %s for %s', 190 self.log.debug('Set voice call volume from %d to %d.' % 199 self.log.debug('Set voice call volume from %d to %d.' % 208 self.log.info('Factory resets Bluetooth on the android target device') 213 self.log.info('Getting Bluetooth mac address for AndroidBtTargetDevice.') [all …]
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertAudio.java | 170 if (DBG) log("onInit() TTS engine status: " + status); in onInit() 197 if (DBG) log("Setting TTS language to '" + locale + '\''); in setTtsLanguage() 200 if (DBG) log("TTS setLanguage() returned: " + result); in setTtsLanguage() 215 if (DBG) log("TTS completed. Stop CellBroadcastAlertAudio service"); in onUtteranceCompleted() 232 if (DBG) log("ALERT_SOUND_FINISHED"); in onCreate() 241 log("MessageEmpty = " + (mMessageBody == null) in onCreate() 254 if (DBG) log("ALERT_PAUSE_FINISHED"); in onCreate() 257 if (DBG) log("Speaking broadcast text: " + mMessageBody); in onCreate() 292 if (DBG) log("Call interrupted. Stop CellBroadcastAlertAudio service"); in onCreate() 304 if (DBG) log("onDestroy"); in onDestroy() [all …]
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/ |
D | FastPairSimulator.java | 248 mLogger.log("Pairing disabled by test app switch"); 255 mLogger.log("Intent received after simulator destroyed, ignoring"); 270 mLogger.log( 282 mLogger.log("No handshake, auto-accepting anyway."); 296 mLogger.log("passkeyEventCallback is not set!"); 321 mLogger.log("Bond state to %s changed to %d", device, bondState); 350 mLogger.log( 359 mLogger.log("Bluetooth adapter state=%s", state); 371 mLogger.log(new IllegalArgumentException(intent.toString()), 406 mLogger.log("Got value from passkey servlet: %s", base16().encode(value)); [all …]
|
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
D | IpClientManager.java | 59 private void log(String s, Throwable e) { in log() method in IpClientManager 74 log("Error completing PreDhcpAction", e); in completedPreDhcpAction() 90 log("Error confirming IpClient configuration", e); in confirmConfiguration() 106 log("Error notifying IpClient of packet filter read", e); in readPacketFilterComplete() 122 log("Error shutting down IpClient", e); in shutdown() 138 log("Error starting IpClient provisioning", e); in startProvisioning() 156 log("Error stopping IpClient", e); in stop() 175 log("Error setting IpClient TCP buffer sizes", e); in setTcpBufferSizes() 194 log("Error setting IpClient proxy", e); in setHttpProxy() 211 log("Error setting multicast filter", e); in setMulticastFilter() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareMetrics.java | 567 WifiMetricsProto.WifiAwareLog log = new WifiMetricsProto.WifiAwareLog(); in consolidateProto() local 570 log.histogramAwareAvailableDurationMs = histogramToProtoArray( in consolidateProto() 573 log.availableTimeMs = mAvailableTimeMs; in consolidateProto() 575 log.availableTimeMs += now - mLastEnableUsageInThisSampleWindowMs; in consolidateProto() 578 log.histogramAwareEnabledDurationMs = histogramToProtoArray( in consolidateProto() 581 log.enabledTimeMs = mEnabledTimeMs; in consolidateProto() 583 log.enabledTimeMs += now - mLastEnableAwareInThisSampleWindowMs; in consolidateProto() 586 log.numApps = mAttachDataByUid.size(); in consolidateProto() 587 log.numAppsUsingIdentityCallback = 0; in consolidateProto() 588 log.maxConcurrentAttachSessionsInApp = 0; in consolidateProto() [all …]
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainTestActivity.java | 69 private void log(final String message) { in log() method in KeyChainTestActivity 99 log("Starting test..."); in onCreate() 114 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 125 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 136 log("KeyChain failed as expected with null argument."); in testKeyChainImproperUse() 147 log("KeyChain failed as expected on main thread."); in testKeyChainImproperUse() 163 log("Requesting install of server's CA..."); in testCaInstall() 178 log("Starting web server..."); in doInBackground() 180 log("Making https request to " + url); in doInBackground() 182 log("Tests succeeded."); in doInBackground() [all …]
|
/packages/modules/Bluetooth/system/blueberry/decorators/ |
D | fitbit_app_decorator.py | 45 self.ui_context.log.info('Installing Fitbit App...') 53 self.ui_context.log.info('Login Fitbit App with account=%s...', 81 log = FitbitCompanionAppLoggerAdapter(logging.getLogger(), 98 log.debug('Start the pair-pin subscription...') 103 log.warning('Fitbit device already subscribed on pubsub!') 107 log.info('Entering account page...') 110 log.info('Removed all paired device(s) before testing...') 113 log.info('Total %d device(s) being removed!', removed_count) 116 log.info('Pairing with %s...', fitbit_prod_name) 128 log.info('Accept pairing privacy requirement...') [all …]
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 763 if (VDBG) log("close()"); in close() 799 if (DBG) log("connect(" + device + ")"); in connect() 804 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 830 if (DBG) log("disconnect(" + device + ")"); in disconnect() 835 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 860 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 865 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 897 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 902 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 933 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState() [all …]
|
D | BluetoothHidHost.java | 268 if (VDBG) log("close()"); in close() 298 if (DBG) log("connect(" + device + ")"); in connect() 303 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 344 if (DBG) log("disconnect(" + device + ")"); in disconnect() 349 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 372 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 377 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 402 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 407 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 433 if (VDBG) log("getState(" + device + ")"); in getConnectionState() [all …]
|
D | BluetoothHeadset.java | 411 if (DBG) log("connect(" + device + ")"); in connect() 416 if (DBG) log(Log.getStackTraceString(new Throwable())); in connect() 456 if (DBG) log("disconnect(" + device + ")"); in disconnect() 461 if (DBG) log(Log.getStackTraceString(new Throwable())); in disconnect() 481 if (VDBG) log("getConnectedDevices()"); in getConnectedDevices() 486 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectedDevices() 509 if (VDBG) log("getDevicesMatchingStates()"); in getDevicesMatchingConnectionStates() 514 if (DBG) log(Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 537 if (VDBG) log("getConnectionState(" + device + ")"); in getConnectionState() 542 if (DBG) log(Log.getStackTraceString(new Throwable())); in getConnectionState() [all …]
|
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/ |
D | RfcommServer.java | 110 log("Start RfcommServer"); in startServer() 113 log("Server is not stopped, skip start request."); in startServer() 123 log("Restart RfcommServer"); in restartServer() 136 log("Create service record failed, stop server"); in startAccept() 154 log("IOException when accepting new connection"); in accept() 210 log( in listen() 258 log("Server is not in CONNECTED state, skip send request"); in send() 274 log( in send() 279 log( in send() 292 log("Stop RfcommServer"); in stop() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/common/src/ |
D | lib.rs | 29 fn get_log_level() -> log::Level { in get_log_level() 31 LOG_TAG_FATAL => log::Level::Error, in get_log_level() 32 LOG_TAG_ERROR => log::Level::Error, in get_log_level() 33 LOG_TAG_WARN => log::Level::Warn, in get_log_level() 34 LOG_TAG_NOTICE => log::Level::Info, in get_log_level() 35 LOG_TAG_INFO => log::Level::Info, in get_log_level() 36 LOG_TAG_DEBUG => log::Level::Debug, in get_log_level() 37 LOG_TAG_VERBOSE => log::Level::Trace, in get_log_level() 38 _ => log::Level::Info, // default level in get_log_level() 48 log::set_max_level(get_log_level().to_level_filter()) in init_logging() [all …]
|