Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 2787) sorted by relevance

12345678910>>...112

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java22 import android.telecom.Log;
52 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerComponentName); in answerCall()
56 Log.d(this, "answerCall(%s,%d)", callId, videoState); in answerCall()
61 Log.w(this, "answerCall, unknown call id: %s", callId); in answerCall()
68 Log.endSession(); in answerCall()
75 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerComponentName); in deflectCall()
79 Log.i(this, "deflectCall - %s, %s ", callId, Log.pii(address)); in deflectCall()
84 Log.w(this, "deflectCall, unknown call id: %s", callId); in deflectCall()
91 Log.endSession(); in deflectCall()
98 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerComponentName); in rejectCall()
[all …]
DConnectionServiceWrapper.java35 import android.telecom.Log;
75 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE); in handleCreateConnectionComplete()
87 Log.getExternalSession()); in handleCreateConnectionComplete()
93 Log.e(ConnectionServiceWrapper.this, t, ""); in handleCreateConnectionComplete()
97 Log.endSession(); in handleCreateConnectionComplete()
103 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE); in setActive()
116 Log.e(ConnectionServiceWrapper.this, t, ""); in setActive()
120 Log.endSession(); in setActive()
126 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING); in setRinging()
139 Log.e(ConnectionServiceWrapper.this, t, ""); in setRinging()
[all …]
DTelecomServiceImpl.java45 import android.telecom.Log;
113 Log.startSession("TSI.gDOPA");
125 Log.e(this, e, "getDefaultOutgoingPhoneAccount");
132 Log.endSession();
140 Log.startSession("TSI.gUSOPA");
149 Log.e(this, e, "getUserSelectedOutgoingPhoneAccount");
152 Log.endSession();
160 Log.startSession("TSI.sUSOPA");
169 Log.e(this, e, "setUserSelectedOutgoingPhoneAccount");
176 Log.endSession();
[all …]
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java38 import android.util.Log;
100 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertising()
101 Log.d(TAG, "startAdvertising: " + service.getUuid().toString()); in startAdvertising()
104 Log.e(TAG, "System does not support BLE"); in startAdvertising()
120 if (Log.isLoggable(TAG, Log.DEBUG)) { in openGattServer()
121 Log.d(TAG, "Gatt Server created, retry count: " + mGattServerRetryStartCount); in openGattServer()
138 Log.e(TAG, "Gatt server not created - exceeded retry limit."); in openGattServer()
149 if (Log.isLoggable(TAG, Log.DEBUG)) { in startAdvertisingInternally()
150 Log.d(TAG, "Advertiser created, retry count: " + mAdvertiserStartCount); in startAdvertisingInternally()
160 Log.e(TAG, "Cannot start BLE Advertisement. BT Adapter: " in startAdvertisingInternally()
[all …]
DCarBleTrustAgent.java33 import android.util.Log;
61 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
62 Log.d(TAG, "onCreate()"); in onCreate()
74 Log.e(TAG, "Cannot retrieve the Trusted device Service"); in onCreate()
87 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy()
88 Log.d(TAG, "Car Trust agent shutting down"); in onDestroy()
101 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
102 Log.d(TAG, "onDeviceLocked Current user: " + uid); in onDeviceLocked()
107 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeviceLocked()
108 Log.d(TAG, "Not starting Unlock Advertising yet, since Bluetooth Adapter is off"); in onDeviceLocked()
[all …]
DCarTrustAgentEnrollmentService.java52 import android.util.Log;
177 Log.e(TAG, "Trusted Device Enrollment disabled"); in startEnrollmentAdvertising()
212 Log.wtf(TAG, in enrollmentHandshakeAccepted()
298 Log.wtf(TAG, in setTrustedDeviceEnrollmentEnabled()
357 Log.e(TAG, "Cannot link death recipient to binder ", e); in registerEnrollmentCallback()
372 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenAdded()
373 Log.d(TAG, "onEscrowTokenAdded handle:" + handle + " uid:" + uid); in onEscrowTokenAdded()
377 Log.e(TAG, "onEscrowTokenAdded() but no remote device connected!"); in onEscrowTokenAdded()
388 Log.e(TAG, "onEscrowTokenAdded dispatch failed", e); in onEscrowTokenAdded()
397 if (Log.isLoggable(TAG, Log.DEBUG)) { in onEscrowTokenRemoved()
[all …]
/packages/apps/DevCamera/src/com/android/devcamera/
DCameraDeviceReport.java31 import android.util.Log;
55 Log.v(TAG, "Number of cameras:" + cameralist.length); in printCameraSystemInfo()
57 Log.e(TAG, "Could not get camera ID list: "+e); in printCameraSystemInfo()
72 Log.v(TAG, "============= CAMERA " + id + " INFO ============="); in printCameraInfo()
78 Log.e(TAG, "Could not get getCameraCharacteristics"); in printCameraInfo()
86 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: " in printCameraInfo()
89 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: null"); in printCameraInfo()
93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight()); in printCameraInfo()
96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight()); in printCameraInfo()
100 Log.v(TAG, "SENSOR_ORIENTATION: " + sensorOrientation); in printCameraInfo()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java30 import android.util.Log;
144 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
148 Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer()
154 Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
219 Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
301 Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
323 Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
332 Log.d(TAG, "onConnect():"); in onConnect()
349 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
353 Log.w(TAG, "Wrong UUID length"); in onConnect()
[all …]
DBluetoothMapService.java40 import android.util.Log;
157 Log.d(TAG, "closeService() in"); in closeService()
176 Log.v(TAG, "CloseService(): Release Wake Lock"); in closeService()
193 Log.i(TAG, "Quit looper"); in closeService()
199 Log.v(TAG, "MAP Service closeService out"); in closeService()
216 Log.w(TAG, "startSocketListeners(): Invalid MasId: " + masId); in startSocketListeners()
226 Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions()
237 Log.v(TAG, "startObexSessions(): Acquire Wake Lock"); in startObexServerSessions()
253 Log.w(TAG, "IOException occured while starting an obexServerSession restarting" in startObexServerSessions()
257 Log.w(TAG, "RemoteException occured while starting an obexServerSession restarting" in startObexServerSessions()
[all …]
/packages/apps/Camera2/src/com/android/camera/debug/
DLog.java23 public class Log { class
34 private static final Log.Tag TAG = new Log.Tag("Log");
65 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
66 android.util.Log.d(tag.toString(), msg); in d()
71 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
72 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg)); in d()
77 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
78 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg, tags)); in d()
83 if (isLoggable(tag, android.util.Log.DEBUG)) { in d()
84 android.util.Log.d(tag.toString(), msg, tr); in d()
[all …]
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java35 import android.util.Log;
70 Log.d(TAG, "mBluetoothA2dpReceiver.onReceive() intent=" + intent);
87 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceConnected");
93 Log.d(TAG, "BluetoothA2dpServiceListener.onServiceDisconnected");
111 Log.e(TAG, "BluetoothAdapter is Null"); in A2dpReceiver()
115 Log.d(TAG, "BluetoothAdapter is NOT enabled, enable now"); in A2dpReceiver()
118 Log.e(TAG, "Can't enable Bluetooth"); in A2dpReceiver()
129 Log.d(TAG, "After getProfileProxy()"); in A2dpReceiver()
135 Log.d(TAG, "A2dpReceiver()"); in A2dpReceiver()
143 Log.d(TAG, "Start initialize()"); in initialize()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java53 import android.util.Log;
110 Log.d(TAG, " Action :" + action); in onReceive()
115 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive()
121 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive()
127 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: " in onReceive()
142 Log.d(TAG, "Received UUID: " + uuid.toString()); in onReceive()
143 Log.d(TAG, "expected UUID: " + BluetoothUuid.ObexObjectPush.toString()); in onReceive()
147 Log.d(TAG, " -> status: " + status); in onReceive()
151 Log.w(TAG, "OPP SDP search, target device is null, ignoring result"); in onReceive()
155 Log.w(TAG, " OPP SDP search for wrong device, ignoring!!"); in onReceive()
[all …]
DBluetoothOppService.java55 import android.util.Log;
100 Log.v(TAG, "ContentObserver received notification"); in onChange()
197 Log.v(TAG, "onCreate"); in create()
216 Log.w(TAG, "Local BT device is not enabled"); in create()
224 Log.w(TAG, "BluetoothOppPreference.getInstance returned null."); in create()
232 Log.v(TAG, "start()"); in start()
247 Log.w(TAG, "stop() called before start()"); in stop()
259 Log.v(TAG, "Starting RfcommListener"); in startListener()
290 Log.w(TAG, "getBluetoothOppService(): service is null"); in getBluetoothOppService()
294 Log.w(TAG, "getBluetoothOppService(): service is not available"); in getBluetoothOppService()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java24 import android.util.Log;
123 Log.d(TAG, "Removing SDP record handle: " + mSdpHandle); in removeSdpRecord()
132 Log.v(TAG, "Sap Service startRfcommSocketListener"); in startRfcommSocketListener()
146 Log.v(TAG, "Sap Service initSocket"); in initSocket()
165 Log.e(TAG, "Error create RfcommServerSocket ", e); in initSocket()
177 Log.w(TAG, "initServerSocket failed as BT is (being) turned off"); in initSocket()
182 Log.v(TAG, "wait 300 ms"); in initSocket()
186 Log.e(TAG, "socketAcceptThread thread was interrupted (3)", e); in initSocket()
195 Log.v(TAG, "Succeed to create listening socket "); in initSocket()
199 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try"); in initSocket()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java43 import android.util.Log;
128 Log.i(TAG, "create()"); in create()
137 Log.i(TAG, "start()"); in start()
176 Log.i(TAG, "stop()"); in stop()
178 Log.w(TAG, "stop() called before start()"); in stop()
231 Log.i(TAG, "cleanup"); in cleanup()
233 Log.w(TAG, "cleanup() called before create()"); in cleanup()
327 Log.w(TAG, "mHeadsetReceiver, action is null");
335 Log.e(TAG, "Bad Battery Changed intent: batteryLevel=" + batteryLevel
362 Log.wtfStack(TAG, "Cannot find state machine for " + device);
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java44 import android.util.Log;
238 Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
242 Log.w(TAG, "Wrong UUID length"); in onConnect()
247 Log.w(TAG, "Wrong UUID"); in onConnect()
253 Log.e(TAG, e.toString()); in onConnect()
261 Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
266 Log.e(TAG, e.toString()); in onConnect()
278 Log.e(TAG, e.toString()); in onConnect()
283 Log.v(TAG, "onConnect(): uuid is ok, will send out " + "MSG_SESSION_ESTABLISHED msg."); in onConnect()
292 Log.d(TAG, "onDisconnect(): enter"); in onDisconnect()
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DRcsProvider.java34 import android.util.Log;
358 Log.e(TAG, "Querying individual event types is not supported, uri: " + uri); in query()
361 Log.e(TAG, "Querying participant events with id's is not supported, uri: " + uri); in query()
371 Log.e(TAG, in query()
392 Log.e(TAG, "Querying individual event types is not supported, uri: " + uri); in query()
399 Log.e(TAG, in query()
412 Log.e(TAG, in query()
421 Log.e(TAG, in query()
429 Log.e(TAG, in query()
437 Log.e(TAG, in query()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java52 import android.util.Log;
235 Log.d(TAG, "getFromCallsWithStates states:" + Arrays.toString(states)); in getCall()
260 Log.d(TAG, "sendCallChangedIntent " + c); in sendCallChangedIntent()
270 Log.d(TAG, "queryCallsStart"); in queryCallsStart()
280 Log.d(TAG, "queryCallsDone"); in queryCallsDone()
329 Log.d(TAG, "currCallIdSet " + mCalls.keySet() + " newCallIdSet " + newCallIdSet in queryCallsDone()
341 Log.d(TAG, "Associating the first call with HF originated call"); in queryCallsDone()
351 Log.w(TAG, "Outgoing call did not see a response, clear the calls and send CHUP"); in queryCallsDone()
371 Log.d(TAG, "ADJUST: currCallIdSet " + mCalls.keySet() + " newCallIdSet " + newCallIdSet in queryCallsDone()
409 Log.d(TAG, "Still have incoming call; polling"); in queryCallsDone()
[all …]
DNativeInterface.java25 import android.util.Log;
92 Log.d(TAG, "Device addr " + event.device.getAddress() + " State " + state); in onConnectionStateChanged()
98 Log.w(TAG, "Ignoring message because service not available: " + event); in onConnectionStateChanged()
107 Log.d(TAG, "onAudioStateChanged: address " + address + " event " + event); in onAudioStateChanged()
113 Log.w(TAG, "onAudioStateChanged: Ignoring message because service not available: " in onAudioStateChanged()
123 Log.d(TAG, "onVrStateChanged: address " + address + " event " + event); in onVrStateChanged()
130 Log.w(TAG, in onVrStateChanged()
140 Log.d(TAG, "onNetworkStateChanged: address " + address + " event " + event); in onNetworkState()
147 Log.w(TAG, in onNetworkState()
158 Log.d(TAG, "onNetworkRoaming: incoming: " + event); in onNetworkRoaming()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/
DLogUtil.java32 public static final int DEBUG = android.util.Log.DEBUG;
33 public static final int WARN = android.util.Log.WARN;
34 public static final int VERBOSE = android.util.Log.VERBOSE;
35 public static final int INFO = android.util.Log.INFO;
36 public static final int ERROR = android.util.Log.ERROR;
77 println(android.util.Log.VERBOSE, tag, msg); in v()
88 println(android.util.Log.VERBOSE, tag, msg + '\n' in v()
89 + android.util.Log.getStackTraceString(tr)); in v()
99 println(android.util.Log.DEBUG, tag, msg); in d()
110 println(android.util.Log.DEBUG, tag, msg + '\n' in d()
[all …]
/packages/apps/Car/Hvac/src/com/android/car/hvac/
DHvacController.java34 import android.util.Log;
166 Log.e(TAG, "Car not connected in HVAC"); in initHvacManager()
181 Log.e(TAG, "Car not connected in onServiceConnected");
225 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 Log.d(TAG, "Unhandled HVAC event, id: " + val.getPropertyId());
247 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleHvacPowerOn()
248 Log.d(TAG, "Hvac Power On: " + isOn + " should propagate: " + shouldPropagate); in handleHvacPowerOn()
261 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleSeatWarmerUpdate()
262 Log.d(TAG, "Seat Warmer Update, zone: " + zone + " level: " + level + in handleSeatWarmerUpdate()
281 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleAirCirculationUpdate()
[all …]
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java33 import android.util.Log;
87 if (Log.isLoggable(TAG, Log.DEBUG)) { in start()
88 Log.d(TAG, "Start scanning for uuid: " + mServiceUuid.getUuid()); in start()
97 if (Log.isLoggable(TAG, Log.DEBUG)) { in start()
98 Log.d(TAG, "Stopping Scanner"); in start()
178 if (Log.isLoggable(TAG, Log.DEBUG)) { in executeAction()
179 Log.d(TAG, "Executing BLE Action type: " + action.getAction()); in executeAction()
190 Log.e(TAG, "Encountered unknown BlueAction: " + action.getAction()); in executeAction()
224 if (Log.isLoggable(TAG, Log.DEBUG)) {
225 Log.d(TAG, "Scan result found: " + result.getScanRecord().getServiceUuids());
[all …]
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java35 import android.util.Log;
164 Log.e(TAG, "Failed to acquire audio focus"); in requestAudioFocus()
171 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPlay()
172 Log.d(TAG, "onPlay"); in onPlay()
185 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPause()
186 Log.d(TAG, "onPause"); in onPause()
290 Log.e(TAG, "Restored queue, but couldn't resume playback."); in maybeRestoreState()
307 if (Log.isLoggable(TAG, Log.DEBUG)) { in startPlayback()
308 Log.d(TAG, "startPlayback()"); in startPlayback()
337 Log.e(TAG, "Playback failed.", e); in startPlayback()
[all …]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepValidationClientTests.java28 import android.util.Log;
43 Log.d(TAG, "Waiting for service to restart..."); in setUp()
48 Log.d(TAG, "Running test."); in setUp()
55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented()
57 Log.d(TAG, "Putting ndef message..."); in testNonFragmented()
60 Log.d(TAG, "Getting ndef message..."); in testNonFragmented()
64 Log.d(TAG, "Done. Checking " + msgBytes.length + " bytes."); in testNonFragmented()
68 Log.d(TAG, "Closing client."); in testNonFragmented()
71 Log.d(TAG, "Test failed.", e); in testNonFragmented()
80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java54 import android.util.Log;
113 Log.i(TAG, "make for device " + device); in make()
133 Log.i(TAG, "Enter Disconnected(" + mDevice + "): " + messageWhatToString( in enter()
161 Log.e(TAG, "Disconnected: error connecting to " + mDevice); in processMessage()
168 Log.w(TAG, "Outgoing HearingAid Connecting request rejected: " + mDevice); in processMessage()
172 Log.d(TAG, "Disconnected: DISCONNECT: call native disconnect for " + mDevice); in processMessage()
178 Log.d(TAG, "Disconnected: stack event: " + event); in processMessage()
181 Log.wtfStack(TAG, "Device(" + mDevice + "): event mismatch: " + event); in processMessage()
188 Log.e(TAG, "Disconnected: ignoring stack event: " + event); in processMessage()
202 Log.w(TAG, "Ignore HearingAid DISCONNECTED event: " + mDevice); in processConnectionEvent()
[all …]

12345678910>>...112