/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogNullabilityTest.java | 33 Log.v(null, ""); in nullTag() 34 Log.d(null, ""); in nullTag() 35 Log.i(null, ""); in nullTag() 36 Log.w(null, ""); in nullTag() 37 Log.e(null, ""); in nullTag() 38 Log.wtf(null, ""); in nullTag() 39 Log.wtfStack(null, ""); in nullTag() 40 Log.println(Log.INFO, null, ""); in nullTag() 47 Log.v(null, "", new Throwable()); in nullTagWithThrowable() 48 Log.d(null, "", new Throwable()); in nullTagWithThrowable() [all …]
|
D | LogTest.java | 154 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 162 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 163 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 32 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg); in v() 36 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, in v() 37 msg + '\n' + Log.getStackTraceString(tr)); in v() 42 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, msg); in d() 47 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, in d() 48 msg + '\n' + Log.getStackTraceString(tr)); in d() 53 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, msg); in i() 57 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, in i() 58 msg + '\n' + Log.getStackTraceString(tr)); in i() 63 return Log.println_native(Log.LOG_ID_SYSTEM, Log.WARN, tag, msg); in w() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | Rlog.java | 21 import android.util.Log; 44 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg); in v() 48 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, in v() 49 msg + '\n' + Log.getStackTraceString(tr)); in v() 54 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag, msg); in d() 59 return Log.println_native(Log.LOG_ID_RADIO, Log.DEBUG, tag, in d() 60 msg + '\n' + Log.getStackTraceString(tr)); in d() 65 return Log.println_native(Log.LOG_ID_RADIO, Log.INFO, tag, msg); in i() 70 return Log.println_native(Log.LOG_ID_RADIO, Log.INFO, tag, in i() 71 msg + '\n' + Log.getStackTraceString(tr)); in i() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadsetClient.java | 25 import android.util.Log; 419 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect() 423 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() 443 Log.e(TAG, Log.getStackTraceString(new Throwable())); in disconnect() 447 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 465 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices() 469 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 489 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 493 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() 512 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectionState() [all …]
|
D | BluetoothHeadset.java | 34 import android.util.Log; 338 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 360 Log.e(TAG, "", e); in BluetoothHeadset() 370 if (VDBG) Log.d(TAG, "Binding service..."); in doBind() 375 Log.e(TAG, "Unable to bind HeadsetService", e); in doBind() 385 if (VDBG) Log.d(TAG, "Unbinding service..."); in doUnbind() 390 Log.e(TAG, "Unable to unbind HeadsetService", e); in doUnbind() 413 Log.e(TAG, "", re); in close() 450 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect() 454 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() [all …]
|
D | BluetoothMapClient.java | 26 import android.util.Log; 39 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); 40 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); 89 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object"); in BluetoothMapClient() 122 if (VDBG) Log.d(TAG, "isConnected(" + device + ")"); in isConnected() 128 Log.e(TAG, e.toString()); in isConnected() 131 Log.w(TAG, "Proxy not attached to service"); in isConnected() 132 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in isConnected() 142 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE"); in connect() 148 Log.e(TAG, e.toString()); in connect() [all …]
|
D | BluetoothHearingAid.java | 30 import android.util.Log; 178 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() 181 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 218 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 221 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 237 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 240 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 257 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() 260 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 278 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectionState() [all …]
|
D | BluetoothHidHost.java | 25 import android.util.Log; 273 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 277 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() 313 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 317 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 332 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 336 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 351 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 355 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() 370 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectionState() [all …]
|
D | BluetoothA2dp.java | 31 import android.util.Log; 264 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() 267 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 305 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 308 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 324 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 327 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 343 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() 346 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 363 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectionState() [all …]
|
D | BluetoothSap.java | 24 import android.util.Log; 104 if (DBG) Log.d(TAG, "Create BluetoothSap proxy object"); in BluetoothSap() 147 Log.e(TAG, e.toString()); in getState() 150 Log.w(TAG, "Proxy not attached to service"); in getState() 151 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState() 170 Log.e(TAG, e.toString()); in getClient() 173 Log.w(TAG, "Proxy not attached to service"); in getClient() 174 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient() 193 Log.e(TAG, e.toString()); in isConnected() 196 Log.w(TAG, "Proxy not attached to service"); in isConnected() [all …]
|
D | BluetoothGattServer.java | 21 import android.util.Log; 67 Log.d(TAG, "onServerRegistered() - status=" + status 76 Log.e(TAG, "onServerRegistered: mCallback is null"); 89 Log.d(TAG, "onServerConnectionState() - status=" + status 97 Log.w(TAG, "Unhandled exception in callback", ex); 108 Log.d(TAG, "onServiceAdded() - handle=" + service.getInstanceId() 141 Log.w(TAG, "Unhandled exception in callback", ex); 152 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - handle=" + handle); 157 Log.w(TAG, "onCharacteristicReadRequest() no char for handle " + handle); 165 Log.w(TAG, "Unhandled exception in callback", ex); [all …]
|
D | BluetoothMap.java | 24 import android.util.Log; 66 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object"); in BluetoothMap() 106 Log.e(TAG, e.toString()); in getState() 109 Log.w(TAG, "Proxy not attached to service"); in getState() 110 if (DBG) log(Log.getStackTraceString(new Throwable())); in getState() 128 Log.e(TAG, e.toString()); in getClient() 131 Log.w(TAG, "Proxy not attached to service"); in getClient() 132 if (DBG) log(Log.getStackTraceString(new Throwable())); in getClient() 149 Log.e(TAG, e.toString()); in isConnected() 152 Log.w(TAG, "Proxy not attached to service"); in isConnected() [all …]
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 31 import android.util.Log; 84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); in onLoadComplete() 98 Log.e(LOG_TAG, "Unable to open resource"); in loadSound() 131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); in TestSounds() 136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestSounds() 138 Log.e(LOG_TAG, "Error occurred starting note"); in TestSounds() 143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestSounds() 146 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestSounds() 151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales() 158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestScales() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionServiceAdapter.java | 53 Log.w(this, "Ignoring duplicate adapter addition."); in addAdapter() 97 Log.getExternalSession()); in handleCreateConnectionComplete() 112 adapter.setActive(callId, Log.getExternalSession()); in setActive() 126 adapter.setRinging(callId, Log.getExternalSession()); in setRinging() 140 adapter.setDialing(callId, Log.getExternalSession()); in setDialing() 155 adapter.setPulling(callId, Log.getExternalSession()); in setPulling() 171 adapter.setDisconnected(callId, disconnectCause, Log.getExternalSession()); in setDisconnected() 185 adapter.setOnHold(callId, Log.getExternalSession()); in setOnHold() 200 adapter.setRingbackRequested(callId, ringback, Log.getExternalSession()); in setRingbackRequested() 209 adapter.setConnectionCapabilities(callId, capabilities, Log.getExternalSession()); in setConnectionCapabilities() [all …]
|
D | ConnectionService.java | 114 private static final boolean PII_DEBUG = Log.isLoggable(android.util.Log.DEBUG); 207 Log.startSession(sessionInfo, SESSION_ADD_CS_ADAPTER); 211 args.arg2 = Log.createSubsession(); 214 Log.endSession(); 220 Log.startSession(sessionInfo, SESSION_REMOVE_CS_ADAPTER); 224 args.arg2 = Log.createSubsession(); 227 Log.endSession(); 239 Log.startSession(sessionInfo, SESSION_CREATE_CONN); 245 args.arg4 = Log.createSubsession(); 250 Log.endSession(); [all …]
|
/frameworks/base/tests/CoreTests/android/core/ |
D | RequestAPITest.java | 23 import android.util.Log; 53 Log.d(LOGTAG, "Base setup context = " + mContext); in setUp() 62 Log.d(LOGTAG, "Base tearDown"); in tearDown() 64 Log.d(LOGTAG, "Base teardown done"); in tearDown() 88 Log.d(LOGTAG, "testRequestAddNullHeader start "); in testRequestAddNullHeader() 92 Log.d(LOGTAG, "testRequestAddNullHeader - returning"); in testRequestAddNullHeader() 100 Log.d(LOGTAG, "testRequestAddNullValue start "); in testRequestAddNullValue() 104 Log.d(LOGTAG, "testRequestAddNullValue - returning"); in testRequestAddNullValue() 112 Log.d(LOGTAG, "testRequestAddEmptyValue start "); in testRequestAddEmptyValue() 116 Log.d(LOGTAG, "testRequestAddEmptyValue - returning"); in testRequestAddEmptyValue() [all …]
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
D | Log.java | 19 public class Log { class 30 private static final Log.Tag TAG = new Log.Tag("Log"); 59 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 60 android.util.Log.d(tag.toString(), msg); in d() 65 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 66 android.util.Log.d(tag.toString(), msg, tr); in d() 71 if (isLoggable(tag, android.util.Log.ERROR)) { in e() 72 android.util.Log.e(tag.toString(), msg); in e() 77 if (isLoggable(tag, android.util.Log.ERROR)) { in e() 78 android.util.Log.e(tag.toString(), msg, tr); in e() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaMetadataRetrieverTest.java | 19 import android.util.Log; 35 Log.v(TAG, "testGetEmbeddedPicture starts."); in testGetEmbeddedPicture() 42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 46 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testGetEmbeddedPicture() 56 … Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 66 Log.v(TAG, "testGetEmbeddedPicture completes."); in testGetEmbeddedPicture() 77 Log.v(TAG, "Thumbnail processing starts"); in testThumbnailCapture() 81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]); in testThumbnailCapture() 85 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testThumbnailCapture() [all …]
|
/frameworks/base/core/java/android/app/backup/ |
D | FullBackup.java | 32 import android.util.Log; 172 Log.e(TAG, "Unable to create/open file " + outFile.getPath(), e); in restoreFile() 182 Log.w(TAG, "Incomplete read: expected " + size + " but got " in restoreFile() 192 Log.e(TAG, "Unable to write to file " + outFile.getPath(), e); in restoreFile() 284 Log.i(TAG, "Unrecognized domain " + domainToken); in tokenToDirectoryPath() 287 Log.i(TAG, "Error reading directory for domain: " + domainToken); in tokenToDirectoryPath() 310 Log.e(TAG, "Unable to access Storage Manager"); in getVolumeList() 390 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in isFullBackupContentEnabled() 391 Log.v(FullBackup.TAG_XML_PARSER, "android:fullBackupContent - \"false\""); in isFullBackupContentEnabled() 432 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked() [all …]
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
D | BTtraffic.java | 12 import android.util.Log; 42 Log.d(TAG, "Unable to close resource.\n"); in safeClose() 57 Log.d(TAG, "unknown action: + " + intent.getAction()); in onStartCommand() 64 Log.d(TAG, "worker thread already active"); in startWorker() 69 Log.d(TAG, "startWorker: addr=" + remoteAddr); in startWorker() 78 Log.d(TAG, "Monitor service started"); in startWorker() 80 Log.d(TAG, "Worker thread started"); in startWorker() 82 Log.d(TAG, "Failed to start service", e); in startWorker() 89 Log.d(TAG, "Start monitor on server"); in startMonitor() 103 Log.d(TAG, "No need to start SvcMonitor on client"); in startMonitor() [all …]
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionService.java | 27 import android.util.Log; 38 Log.i(TAG, "onAvailabilityChanged(" + status + ")"); 44 Log.i(TAG, "onDetected"); 49 Log.i(TAG, "onError"); 54 Log.i(TAG, "onRecognitionPaused"); 59 Log.i(TAG, "onRecognitionResumed"); 68 Log.i(TAG, "Creating " + this); in onReady() 69 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError()); in onReady() 70 Log.i(TAG, "Keyphrase enrollment meta-data: " in onReady() 78 Log.i(TAG, "Hotword availability = " + availability); in hotwordAvailabilityChangeHelper() [all …]
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 28 import android.util.Log; 159 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 160 Log.v(TAG, "addAccount: accountType " + accountType in addAccount() 169 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 173 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result)); in addAccount() 189 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 190 Log.v(TAG, "confirmCredentials: " + account); in confirmCredentials() 196 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 200 Log.v(TAG, "confirmCredentials: result " in confirmCredentials() 215 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvisioner.java | 36 import android.util.Log; 154 Log.v(TAG, "Provisioning started with " + provider.toString()); in startSubscriptionProvisioning() 221 Log.v(TAG, "startProvisioning received in state=" + mState); in startProvisioning() 226 Log.v(TAG, "State Machine needs to be reset before starting provisioning"); in startProvisioning() 240 Log.w(TAG, "Provisioning is not possible"); in startProvisioning() 249 Log.e(TAG, "Invalid Server URL"); in startProvisioning() 289 Log.v(TAG, "Wifi Disabled in state=" + mState); in handleWifiDisabled() 292 Log.w(TAG, "Wifi Disable unhandled in state=" + mState); in handleWifiDisabled() 307 Log.v(TAG, "Server Connection status received in " + mState); in handleServerConnectionStatus() 310 Log.w(TAG, "Expected server connection failure callback for currentSessionId=" in handleServerConnectionStatus() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHal.java | 42 import android.util.Log; 87 Log.i(TAG, "IServiceNotification.onRegistration for: " + fqName 91 Log.e(TAG, "initalizing ISupplicant failed."); 94 Log.i(TAG, "Completed initialization of ISupplicant interfaces."); 101 Log.w(TAG, "IServiceManager died: cookie=" + cookie); 109 Log.w(TAG, "ISupplicant/ISupplicantStaIface died: cookie=" + cookie); 126 Log.wtf(TAG, "Error on linkToDeath on IServiceManager"); in linkToServiceManagerDeath() 132 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath() 152 if (sVerboseLoggingEnabled) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize() 155 Log.i(TAG, "Supplicant HAL already initialized."); in initialize() [all …]
|