Searched refs:Slog (Results 151 - 175 of 520) sorted by relevance

1234567891011>>

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java31 import android.util.Slog;
145 Slog.d(TAG, "usb:UsbHostManager.beginUsbDeviceAdded(" + deviceName + ")");
155 Slog.d(TAG, "usb: nm:" + deviceName + " vnd:" + vendorID + " prd:" + productID + " cls:"
170 Slog.w(TAG, "device already on mDevices list: " + deviceName);
175 Slog.e(TAG, "mNewDevice is not null in endUsbDeviceAdded");
233 Slog.d(TAG, "usb:UsbHostManager.endUsbDeviceAdded()");
251 Slog.d(TAG, "Added device " + mNewDevice);
264 Slog.e(TAG, "mNewDevice is null in endUsbDeviceAdded");
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java57 import android.util.Slog;
153 Slog.i(TAG, "startLocalVoiceInteraction " + callingActivity);
167 Slog.i(TAG, "stopLocalVoiceInteraction " + callingActivity);
241 Slog.wtf(TAG, "VoiceInteractionManagerService Crash", e);
248 if (DEBUG) Slog.d(TAG, "**************** initForUser user=" + userHandle);
254 if (DEBUG) Slog.d(TAG, "curInteractorStr=" + curInteractorStr
268 if (DEBUG) Slog.d(TAG, "No set interactor, found avail: "
290 if (DEBUG) Slog.d(TAG, "Svelte device; disabling interactor");
317 if (DEBUG) Slog.d(TAG, "Current interactor/recognizer okay, done!");
320 if (DEBUG) Slog
[all...]
/frameworks/base/core/java/android/app/
H A DInstantAppResolverService.java33 import android.util.Slog;
95 Slog.v(TAG, "[" + token + "] Phase1 called; posting");
110 Slog.v(TAG, "[" + token + "] Phase2 called; posting");
149 Slog.d(TAG, "[" + token + "] Phase1 request;"
158 Slog.d(TAG, "[" + token + "] Phase2 request;"
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java26 import android.util.Slog;
117 Slog.d(TAG, "dmW=" + mDesiredMinWidth + " dmH=" + mDesiredMinHeight);
151 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
171 Slog.i(TAG, "Restored image dimensions (w="
204 Slog.d(TAG, "Applying restored wallpaper image.");
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java56 import android.util.Slog;
114 Slog.w(TAG, "invalid msg on handler: " + msg);
158 Slog.e(TAG, "Could not get label for " + packageName + ": " + e);
194 Slog.v(TAG, "updateLocked(u=" + mUserId + "): wasEnabled=" + wasEnabled
209 Slog.e(TAG, "Bad autofill service name " + componentName + ": " + e);
232 Slog.e(TAG, "Bad AutofillService '" + componentName + "': " + e);
253 Slog.w(TAG, "requestSaveForUserLocked(): no session for " + activityToken);
336 Slog.v(TAG, "finishSessionLocked(): no session for " + sessionId + "(" + uid + ")");
342 if (sVerbose) Slog.v(TAG, "finishSessionLocked(): session finished on save? " + finished);
356 Slog
[all...]
H A DRemoteFillService.java46 import android.util.Slog;
229 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] handlePendingRequest()");
245 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureBound()");
253 if (sDebug) Slog.d(LOG_TAG, "[user: " + mUserId + "] could not bind to " + mIntent);
266 if (sVerbose) Slog.v(LOG_TAG, "[user: " + mUserId + "] ensureUnbound()");
272 Slog.w(LOG_TAG, "Exception calling onDisconnected(): " + e);
349 Slog.w(LOG_TAG, "Exception calling onConnected(): " + e);
380 Slog.w(LOG_TAG, "Not handling " + message + " as service for "
430 Slog.w(LOG_TAG, getClass().getSimpleName() + " timed out");
519 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonEvent.java19 import android.util.Slog;
215 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'");
243 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "found '" + word + "'");
250 Slog.e(LOGTAG, "nextSpace=" + nextSpace + ", nextQuote=" + nextQuote);
262 Slog.e(LOGTAG, "next loop - current=" + current +
H A DIntentResolver.java35 import android.util.Slog;
54 Slog.v(TAG, "Adding filter: " + f);
56 Slog.v(TAG, " Building Lookup Maps:");
198 Slog.v(TAG, "Removing filter: " + f);
200 Slog.v(TAG, " Cleaning Lookup Maps:");
381 if (debug) Slog.v(
402 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
404 if (debug) Slog.v(TAG, "Second type cut: "
409 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
411 if (debug) Slog
[all...]
H A DWatchdog.java40 import android.util.Slog;
209 Slog.w(TAG, "Unsupported ACTION_REBOOT broadcast: " + intent);
322 Slog.i(TAG, "Rebooting system because: " + reason);
512 Slog.i(TAG, "Reporting stuck state to activity controller");
518 Slog.i(TAG, "Activity controller requested to coninue to wait");
531 Slog.w(TAG, "Debugger connected: Watchdog is *not* killing the system process");
533 Slog.w(TAG, "Debugger was connected: Watchdog is *not* killing the system process");
535 Slog.w(TAG, "Restart not allowed: Watchdog is *not* killing the system process");
537 Slog.w(TAG, "*** WATCHDOG KILLING SYSTEM PROCESS: " + subject);
539 Slog
[all...]
H A DWiredAccessoryManager.java26 import android.util.Slog;
123 if (LOG) Slog.v(TAG, "notifyWiredAccessoryChanged: when=" + whenNanos
189 if (LOG) Slog.v(TAG, "newName=" + newName
283 Slog.e(TAG, "setDeviceState() invalid headset type: "+headset);
288 Slog.v(TAG, "headsetName: " + headsetName +
323 if (LOG) Slog.v(TAG, "init()");
339 Slog.w(TAG, uei.getSwitchStatePath() +
342 Slog.e(TAG, "" , e);
366 Slog.w(TAG, "This kernel does not have wired headset support");
375 Slog
[all...]
H A DInputMethodManagerService.java119 import android.util.Slog;
840 Slog.w(TAG, "Unexpected intent " + intent);
874 Slog.i(TAG, "Restoring enabled input methods:");
875 Slog.i(TAG, "prev=" + prevValue);
876 Slog.i(TAG, " new=" + newValue);
898 Slog.i(TAG, "Merged IME string:");
899 Slog.i(TAG, " " + mergedImesAndSubtypesString);
953 Slog.d(TAG, "--- ignore this call back from a background user: " + userId);
1097 Slog.i(TAG, "Input method uninstalled, disabling: "
1121 Slog
[all...]
H A DDockObserver.java36 import android.util.Slog;
117 Slog.w(TAG, "This kernel does not have dock station support");
119 Slog.e(TAG, "" , e);
154 Slog.i(TAG, "Dock state changed from " + mPreviousDockState + " to "
163 Slog.i(TAG, "Device not provisioned, skipping dock broadcast");
241 Slog.v(TAG, "Dock UEVENT: " + event.toString());
249 Slog.e(TAG, "Could not parse switch state from event " + event);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DTimerRecordingAction.java26 import android.util.Slog;
117 Slog.i(TAG, "Received [Timer Status Data]:" + Arrays.toString(timerStatusData));
119 Slog.w(TAG, "Invalid [Timer Status Data]:" + Arrays.toString(timerStatusData));
139 Slog.i(TAG, "[Feature Abort] for " + messageType + " reason:" + reason);
162 Slog.w(TAG, "Timeout in invalid state:[Expected:" + mState + ", Actual:" + state + "]");
H A DHdmiControlService.java67 import android.util.Slog;
378 Slog.w(TAG, "Can't parseInt: " + item);
398 Slog.i(TAG, "Device does not support HDMI-CEC.");
404 Slog.i(TAG, "Device does not support MHL-control.");
605 Slog.e(TAG, "Failed to allocate address:[device_type:" + deviceType + "]");
724 Slog.e(TAG, "Cannot find the port info: " + portId);
1023 Slog.i(TAG, "Old device of port " + portId + " is removed");
1034 Slog.w(TAG, "No device to remove:[portId=" + portId);
1047 Slog.w(TAG, "No mhl device exists for bus mode change[portId:" + portId +
1059 Slog
[all...]
H A DHotplugDetectionAction.java20 import android.util.Slog;
69 Slog.v(TAG, "Hot-plug dection started.");
127 Slog.v(TAG, "Poll all devices.");
139 Slog.v(TAG, "Poll audio system.");
162 Slog.w(TAG, "Ack not returned from AVR. count: " + mAvrStatusCount);
168 Slog.v(TAG, "Remove device by hot-plug detection:" + index);
181 Slog.v(TAG, "Add device by hot-plug detection:" + index);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DAppIdleController.java22 import android.util.Slog;
57 Slog.d(LOG_TAG, "Setting idle state of " + packageName + " to " + appIdle);
82 Slog.d(LOG_TAG, "App Idle state changed, setting idle state of "
119 Slog.d(LOG_TAG, "Start tracking, setting idle state of "
197 Slog.d(LOG_TAG, "Parole on: " + isParoleOn);
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java28 import android.util.Slog;
125 Slog.w(TAG, "Cannot detect sensors. Not enabled");
132 Slog.d(TAG, "WindowOrientationListener enabled clearCurrentRotation="
152 Slog.w(TAG, "Cannot detect sensors. Invalid disable");
157 Slog.d(TAG, "WindowOrientationListener disabled");
538 Slog.wtf(TAG, "config_autoRotationTiltTolerance contains invalid range: "
543 Slog.wtf(TAG, "config_autoRotationTiltTolerance should have exactly 8 elements");
602 Slog.v(TAG, "Raw acceleration vector: "
619 Slog.v(TAG, "Resetting orientation listener.");
629 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioner.java44 import android.util.Slog;
159 Slog.w(TAG, "ACTION_DOWN @ {" + newX + ", " + newY + "}");
165 Slog.w(TAG, "ACTION_MOVE @ {" + newX + ", " + newY + "}");
185 Slog.w(TAG, "ACTION_UP @ {" + newX + ", " + newY + "}");
192 Slog.w(TAG, "ACTION_CANCEL @ {" + newX + ", " + newY + "}");
228 Slog.e(TAG, "Exception caught by drag handleMotion", e);
249 Slog.d(TAG, "Registering task positioner");
253 Slog.e(TAG, "Task positioner already registered");
305 Slog.d(TAG, "Pausing rotation during re-position");
320 Slog
[all...]
H A DAppWindowToken.java61 import android.util.Slog;
259 if (DEBUG_STARTING_WINDOW || DEBUG_ANIM) Slog.v(TAG, "Finish starting "
277 if (DEBUG_VISIBILITY) Slog.v(TAG, "Update reported visibility: " + this);
303 if (DEBUG_VISIBILITY) Slog.v(TAG, "VIS " + this + ": interesting="
315 if (DEBUG_VISIBILITY) Slog.v(TAG,
359 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM,
403 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "setVisibility: " + this
527 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "Removing app token: " + this);
542 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG_WM, "Removing app " + this + " delayed=" + delayed
545 if (DEBUG_ADD_REMOVE || DEBUG_TOKEN_MOVEMENT) Slog
[all...]
H A DWindowSurfacePlacer.java49 import android.util.Slog;
153 Slog.w(TAG, "performLayoutAndPlaceSurfacesLocked called while in layout. Callers="
179 Slog.i(TAG, "Force removing: " + ws);
182 Slog.w(TAG, "Due to memory failure, waiting a bit for next layout");
201 Slog.e(TAG, "Performed 6 layouts in a row. Skipping");
214 Slog.wtf(TAG, "Unhandled exception while laying out windows", e);
222 Slog.v(TAG, "Layouts looping: " + msg +
241 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "**** GOOD TO GO");
332 if (DEBUG_APP_TRANSITIONS) Slog.v(TAG,
390 if (DEBUG_APP_TRANSITIONS) Slog
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DNetworkLogger.java30 import android.util.Slog;
106 Slog.wtf(TAG, "Failed to register callback with IIpConnectivityMetrics.");
123 Slog.wtf(TAG, "Failed to make remote calls to register the callback", re);
137 Slog.wtf(TAG, "Failed to unregister callback with IIpConnectivityMetrics.");
143 Slog.wtf(TAG, "Failed to make remote calls to unregister the callback", re);
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java39 import android.util.Slog;
83 Slog.w(TAG, "Bound dream did not connect in the time allotted");
92 Slog.w(TAG, "Stubborn dream did not finish itself in the time allotted");
133 Slog.i(TAG, "Starting dream: name=" + name
146 Slog.e(TAG, "Unable to add window token for dream.", ex);
158 Slog.e(TAG, "Unable to bind dream service: " + intent);
163 Slog.e(TAG, "Unable to bind dream service: " + intent, ex);
202 Slog.i(TAG, "Stopping dream: name=" + oldDream.mName
244 Slog.w(TAG, "Error removing window token for dream.", ex);
264 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java27 import android.util.Slog;
107 Slog.w(TAG, "Exception while notifying dex load for package " +
115 Slog.w(TAG, "Loading dex files " + dexPaths + " in unsupported ISA: " +
125 Slog.i(TAG, loadingAppInfo.packageName
162 Slog.i(TAG, "Could not find owning package for dex file: " + dexPath);
179 Slog.w(TAG, "Exception while loading package dex usage. " +
329 Slog.d(TAG, "No secondary dex use for package:" + packageName);
350 Slog.d(TAG, "Could not find package when compiling secondary dex " + packageName
372 Slog.d(TAG, "No secondary dex use for package:" + packageName);
396 Slog
[all...]
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java35 import android.util.Slog;
154 Slog.d(TAG, "startListening");
176 Slog.d(TAG, "onReceive: " + intent);
191 Slog.d(TAG, "stopListening");
213 Slog.d(TAG, "updateTwilightState: " + state);
244 Slog.d(TAG, "onAlarm");
255 Slog.d(TAG, "onLocationChanged:"
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java27 import android.util.Slog;
75 Slog.i(TAG, "Not installing, new version is <= current version");
81 Slog.i(TAG, "Found new update, installing...");
83 Slog.i(TAG, "Installation successful");
87 Slog.e(TAG, "Could not update content!", e);
128 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
147 Slog.i(TAG, "Failed to read current content, assuming first update!");

Completed in 3021 milliseconds

1234567891011>>