/frameworks/base/services/core/java/com/android/server/hdmi/ |
RoutingControlAction.java | 24 import android.util.Slog; 158 Slog.w("CEC", "Timer in a wrong state. Ignored.");
|
SystemAudioAction.java | 24 import android.util.Slog; 205 Slog.e(TAG, "Failed to invoke callback.", e);
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 28 import android.util.Slog; 85 Slog.w(TAG, "Exception occurs when getting country from location");
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodSettingValuesWrapper.java | 26 import android.util.Slog; 68 Slog.w(TAG, "Couldn't get current user ID; guessing it's 0", e);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ServiceListing.java | 33 import android.util.Slog; 125 Slog.w(c.tag, "Skipping " + c.noun + " service "
|
/frameworks/base/services/core/java/com/android/server/am/ |
TaskRecord.java | 49 import android.util.Slog; 342 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Setting Intent of " + this + " to " + _intent); 354 if (DEBUG_TASKS) Slog.v(TAG_TASKS, 444 Slog.e(TAG, "setTaskToAffiliateWith: nextRecents=" + nextRecents + " affilTaskId=" 568 if (DEBUG_ADD_REMOVE) Slog.i(TAG_ADD_REMOVE, [all...] |
ActivityRecord.java | 54 import android.util.Slog; 426 Slog.w(TAG, "Bad activity token: " + token, e); [all...] |
ProcessList.java | 37 import android.util.Slog; 227 Slog.i("XXXXXX", "scaleMem=" + scaleMem); 228 Slog.i("XXXXXX", "scaleDisp=" + scaleDisp + " dw=" + displayWidth 240 Slog.i("XXXXXX", "minfree_adj=" + minfree_adj + " minfree_abs=" + minfree_abs); 642 Slog.w("ActivityManager", "SLOW OOM ADJ: " + (now-start) + "ms for pid " + pid 665 Slog.w(TAG, "lowmemorykiller daemon socket open failed"); 690 Slog.w(TAG, "Error writing to lowmemorykiller socket");
|
/frameworks/base/services/core/java/com/android/server/wm/ |
AppTransition.java | 27 import android.util.Slog; 364 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: layout params pkg=" 376 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: picked package=" 385 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: package=" 391 if (DEBUG_ANIM) Slog.v(TAG, "Loading animations: picked package=" [all...] |
DisplayContent.java | 25 import android.util.Slog; 167 Slog.e(TAG, "getHomeStack: Returning null from this=" + this); 207 Slog.wtf(TAG, "moving stack that was not added: " + stack, new Throwable()); 258 if (DEBUG_VISIBILITY) Slog.w(TAG, "user changing, hiding " + win
|
/frameworks/base/services/core/java/com/android/server/ |
LockSettingsStorage.java | 31 import android.util.Slog; 278 Slog.e(TAG, "Cannot read file " + e); 284 Slog.e(TAG, "Error closing file " + e); 306 Slog.e(TAG, "Error writing to file " + e); 312 Slog.e(TAG, "Error closing file " + e);
|
AlarmManagerService.java | 51 import android.util.Slog; 244 Slog.e(TAG, "Bad device idle settings", e); 363 Slog.v(TAG, "Adding " + alarm + " to " + this); 375 Slog.v(TAG, " => now " + this); 671 Slog.wtf(TAG, "Rebatching: idle until changed from " + oldPendingIdleUntil 827 Slog.w(TAG, "Failed to open alarm driver. Falling back to a handler."); 862 Slog.v(TAG, "timezone changed: " + current + ", new=" + zone.getID()); [all...] |
NativeDaemonConnector.java | 28 import android.util.Slog; 104 * {@link Slog} in addition to internal log. 529 if (mDebug) Slog.d(TAG, logstring); 534 Slog.e(TAG, logstring); 590 Slog.e("NativeDaemonConnector.ResponseQueue", 595 Slog.e("NativeDaemonConnector.ResponseQueue", 637 Slog.e("NativeDaemonConnector.ResponseQueue", "Timeout waiting for response");
|
VibratorService.java | 43 import android.util.Slog; 294 Slog.d(TAG, "Vibrating for " + milliseconds + " ms."); 340 Slog.d(TAG, "Vibrating with pattern:" + s); 398 Slog.d(TAG, "Canceling vibration."); 461 Slog.w(TAG, "Would be an error: vibrate from uid " + vib.mUid); 593 Slog.d(TAG, "Turning vibrator on for " + millis + " ms."); 616 Slog.d(TAG, "Turning vibrator off.");
|
/frameworks/base/services/core/java/com/android/server/notification/ |
RankingHelper.java | 28 import android.util.Slog; 87 Slog.w(TAG, "Couldn't find extractor " + extractorNames[i] + ".", e); 89 Slog.w(TAG, "Couldn't instantiate extractor " + extractorNames[i] + ".", e); 91 Slog.w(TAG, "Problem accessing extractor " + extractorNames[i] + ".", e); 121 Slog.w(TAG, "NotificationSignalExtractor failed.", t);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageInstallerSession.java | 64 import android.util.Slog; 185 Slog.e(TAG, "Commit of session " + sessionId + " failed: " + completeMsg); 520 if (LOGD) Slog.d(TAG, "Inherited files: " + mResolvedInheritedFiles); 807 Slog.w(TAG, "Failed to detect if linking possible: " + e); [all...] |
PackageInstallerService.java | 80 import android.util.Slog; 235 Slog.w(TAG, "Deleting orphan icon " + icon); 259 Slog.w(TAG, "Deleting orphan stage " + stage); 299 Slog.w(TAG, "Deleting orphan container " + cid); 337 if (LOGD) Slog.v(TAG, "readSessionsLocked()"); 357 Slog.w(TAG, "Abandoning old session first created at " 378 Slog.wtf(TAG, "Failed reading install sessions", e); 425 if (LOGD) Slog.v(TAG, "writeSessionsLocked()"); 490 if (LOGD) Slog.w(TAG, "Writing changed icon " + appIconFile); 496 Slog.w(TAG, "Failed to write icon " + appIconFile + ": " + e.getMessage()) [all...] |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 68 import android.util.Slog; 400 Slog.i(LOG_TAG, "Added global client for pid:" + Binder.getCallingPid()); 409 Slog.i(LOG_TAG, "Added user client for pid:" + Binder.getCallingPid() 524 Slog.e(LOG_TAG, "Error during sending interrupt request to " 550 Slog.i(LOG_TAG, "Added global connection for pid:" + Binder.getCallingPid() 561 Slog.i(LOG_TAG, "Added user connection for pid:" + Binder.getCallingPid() 583 Slog.i(LOG_TAG, "Removed global connection for pid:" + Binder.getCallingPid() 596 Slog.i(LOG_TAG, "Removed user connection for pid:" + Binder.getCallingPid() 643 Slog.e(LOG_TAG, "Couldn't register for the death of a" [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
KeyguardViewMediator.java | 51 import android.util.Slog; 398 Slog.w(TAG, "Failed to call onSimSecureStateChanged", e); 677 Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e); [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
OverlayDisplayWindow.java | 24 import android.util.Slog; 185 Slog.w(TAG, "Cannot show overlay display because there is no " 258 Slog.d(TAG, "updateWindowParams: scale=" + scale
|
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 51 import android.util.Slog; [all...] |
ContainerEncryptionParams.java | 23 import android.util.Slog; 375 Slog.e(TAG, "Invalid algorithm parameters specified", e);
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
InputMethodSubtypeSwitchingController.java | 24 import android.util.Slog; 211 Slog.w(TAG, "Auxiliary subtypes are not allowed to be shown in lock screen."); 230 Slog.v(TAG, "Add subtypes: " + subtypeCount + ", " + imi.getId()); 383 Slog.d(TAG, "IME/subtype is not found: " + imi.getId() + ", " + subtype);
|
/frameworks/base/core/java/android/view/textservice/ |
SpellCheckerInfo.java | 34 import android.util.Slog; 125 Slog.e(TAG, "Caught exception: " + e);
|
SpellCheckerSubtype.java | 24 import android.util.Slog; 103 Slog.w(TAG, "ExtraValue has two or more '='s");
|