/frameworks/base/services/core/java/com/android/server/pm/ |
Installer.java | 24 import android.util.Slog; 43 Slog.i(TAG, "Waiting for installd to be ready."); 81 Slog.e(TAG, "Invalid instruction set: " + instructionSet); 92 Slog.e(TAG, "Invalid instruction set: " + instructionSet); 113 Slog.e(TAG, "Invalid instruction set: " + instructionSet); 129 Slog.e(TAG, "Invalid instruction set: " + instructionSet); 303 Slog.e(TAG, "Invalid instruction set: " + instructionSet); 339 Slog.e(TAG, "Invalid instruction set: " + instructionSet); 402 Slog.e(TAG, "linkNativeLibraryDirectory dataPath is null"); 405 Slog.e(TAG, "linkNativeLibraryDirectory nativeLibPath is null") [all...] |
PackageManagerService.java | 192 import android.util.Slog; 694 if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG, 706 Slog.i(TAG, "Received verification response " + verificationId 713 if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG, "IntentFilter " + filter.toString() 727 Slog.w(TAG, "IntentFilterVerificationInfo not found for verificationId:" 731 if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG, [all...] |
/frameworks/base/core/java/android/app/backup/ |
WallpaperBackupHelper.java | 26 import android.util.Slog; 112 Slog.d(TAG, "dmW=" + mDesiredMinWidth + " dmH=" + mDesiredMinHeight); 144 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth 164 Slog.i(TAG, "Restored image dimensions (w=" 179 Slog.d(TAG, "Applying restored wallpaper image.");
|
/frameworks/base/services/core/java/com/android/server/ |
DeviceIdleController.java | 65 import android.util.Slog; 499 Slog.e(TAG, "Bad device idle settings", e); 607 if (DEBUG) Slog.d(TAG, "onAnyMotionResult(" + result + ")"); 609 if (DEBUG) Slog.d(TAG, "RESULT_MOVED received."); 614 if (DEBUG) Slog.d(TAG, "RESULT_STATIONARY received."); 646 if (DEBUG) Slog.d(TAG, "handleMessage(" + msg.what + ")"); [all...] |
UiModeManagerService.java | 44 import android.util.Slog; 115 Slog.v(TAG, "Handling broadcast result for action " + intent.getAction() 378 Slog.d(TAG, 398 Slog.w(TAG, "Failure communicating with activity manager", e); 438 Slog.v(TAG, String.format( 479 Slog.v(TAG, "updateLocked: null action, mDockState=" 526 Slog.v(TAG, String.format( 559 Slog.e(TAG, "Could not start dock app: " + homeIntent 563 Slog.e(TAG, "Could not start dock app: " + homeIntent, ex);
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 89 import android.util.Slog; 501 Slog.w(TAG, "Profiling failed on path " + profileFile); 506 Slog.w(TAG, "Failure closing profile fd", e2); 738 Slog.v(TAG, "scheduleBindService token=" + token + " intent=" + intent + " uid=" [all...] |
ApplicationErrorReport.java | 30 import android.util.Slog; 406 Slog.d("Error", "ERR: exClass=" + exceptionClassName); 407 Slog.d("Error", "ERR: exMsg=" + exceptionMessage); 408 Slog.d("Error", "ERR: file=" + throwFileName); 409 Slog.d("Error", "ERR: class=" + throwClassName); 410 Slog.d("Error", "ERR: method=" + throwMethodName + " line=" + throwLineNumber); 411 Slog.d("Error", "ERR: stack=" + stackTrace); 412 Slog.d("Error", "ERR: TOTAL BYTES WRITTEN: " + (dest.dataPosition()-start));
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 53 import android.util.Slog; 561 Slog.wtf(TAG, "Removed unknown observer: " + observer); [all...] |
/frameworks/base/core/java/com/android/internal/inputmethod/ |
InputMethodUtils.java | 33 import android.util.Slog; 166 Slog.w(TAG, "Found no fallback locale. imis=" + Arrays.toString(imis.toArray())); 293 Slog.w(TAG, "No software keyboard is found. imis=" + Arrays.toString(imis.toArray()) 342 Slog.w(TAG, "No software keyboard is found. imis=" + Arrays.toString(imis.toArray()) 637 Slog.d(TAG, "Applicable InputMethodSubtype was found: " 653 Slog.d(TAG, "setNonSelectedSystemImesDisabledUntilUsed"); 665 Slog.d(TAG, "check " + packageName); 683 Slog.d(TAG, packageName + " is the current spell checker. skip"); 692 Slog.w(TAG, "getApplicationInfo failed. packageName=" + packageName [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionRecord.java | 52 import android.util.Slog; 850 Slog.e(TAG, "Remote failure in sendMediaRequest.", e); 859 Slog.e(TAG, "Remote failure in sendCommand.", e); 867 Slog.e(TAG, "Remote failure in sendCustomAction.", e); 875 Slog.e(TAG, "Remote failure in play.", e); 883 Slog.e(TAG, "Remote failure in playUri.", e); 891 Slog.e(TAG, "Remote failure in playFromSearch.", e); 899 Slog.e(TAG, "Remote failure in playFromUri.", e); 907 Slog.e(TAG, "Remote failure in skipToTrack", e); [all...] |
MediaRouterService.java | 45 import android.util.Slog; 371 Slog.d(TAG, clientRecord + ": Set discovery request, routeTypes=0x" 389 Slog.d(TAG, clientRecord + ": Set selected route, routeId=" + routeId 434 Slog.d(TAG, userRecord + ": Initialized"); 449 Slog.d(TAG, userRecord + ": Disposed"); 458 Slog.d(TAG, clientRecord + ": Registered"); 465 Slog.d(TAG, clientRecord + ": Died!"); 467 Slog.d(TAG, clientRecord + ": Unregistered"); 782 Slog.i(TAG, "Selected global route:" + routeRecord); 802 Slog.i(TAG, "Unselected global route:" + mGloballySelectedRouteRecord) [all...] |
/frameworks/base/services/core/java/com/android/server/media/projection/ |
MediaProjectionManagerService.java | 40 import android.util.Slog; 153 Slog.e(TAG, "Unable to link to death for media projection monitoring callback", e); 421 Slog.w(TAG, 433 Slog.w(TAG, "Attempted to stop inactive MediaProjection " 531 Slog.e(TAG, "Tried to dispatch start notification for a null media projection." 545 Slog.e(TAG, "Tried to dispatch stop notification for a null media projection." 577 Slog.w(TAG, "Failed to notify media projection has stopped", e); 597 Slog.w(TAG, "Failed to notify media projection has stopped", e); 614 Slog.w(TAG, "Failed to notify media projection has stopped", e);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
AppWindowAnimator.java | 25 import android.util.Slog; 104 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting animation in " + mAppToken 139 if (WindowManagerService.localLOGV) Slog.v(TAG, "Setting dummy animation in " + mAppToken 203 if (DEBUG_LAYERS) Slog.v(TAG, "Updating layer " + w + ": " + winAnimator.mAnimLayer); 265 if (false && DEBUG_ANIM) Slog.v(TAG, 271 if (DEBUG_ANIM) Slog.v(TAG, 307 if (DEBUG_ANIM) Slog.v(TAG, 357 if (DEBUG_ANIM) Slog.v(TAG, 376 if (WindowManagerService.DEBUG_VISIBILITY) Slog.v(TAG,
|
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayManagerService.java | 51 import android.util.Slog; 261 Slog.d(TAG, "waitForDefaultDisplay: waiting, timeout=" + delay); 479 Slog.wtf(TAG, "mWifiDisplayScanRequestCount became negative: " 548 Slog.w(TAG, "Rejecting request to create private virtual display " 567 Slog.w(TAG, "Rejecting request to create virtual display " 674 Slog.w(TAG, "Attempted to add already added display device: " + info); 678 Slog.i(TAG, "Display device added: " + info); 694 Slog.w(TAG, "Attempted to change non-existent display device: " + info); 700 Slog.i(TAG, "Display device changed state: \"" + info.name 703 Slog.i(TAG, "Display device changed: " + info) [all...] |
AutomaticBrightnessController.java | 38 import android.util.Slog; 337 Slog.e(TAG, "calculateAmbientLux: No ambient light readings available"); 348 Slog.d(TAG, "calculateAmbientLux: [" + 357 Slog.d(TAG, "calculateAmbientLux: totalWeight=" + totalWeight + 411 Slog.d(TAG, "updateAmbientLux: Sensor not ready yet: " 422 Slog.d(TAG, "updateAmbientLux: Initializing: " 437 Slog.d(TAG, "updateAmbientLux: " 457 Slog.d(TAG, "updateAmbientLux: Scheduling ambient lux update for " 477 Slog.d(TAG, "updateAutoBrightness: adjGamma=" + adjGamma); 491 Slog.d(TAG, "updateAutoBrightness: earlyGamma=" + earlyGamm [all...] |
ColorFade.java | 39 import android.util.Slog; 138 Slog.d(TAG, "prepare: mode=" + mode); 195 Slog.e(TAG, "Unrecognized shader " + Integer.toString(resourceId)); 211 Slog.e(TAG, "Could not compile shader " + shader + ", " + type + ":"); 212 Slog.e(TAG, GLES20.glGetShaderSource(shader)); 213 Slog.e(TAG, GLES20.glGetShaderInfoLog(shader)); 303 Slog.d(TAG, "setQuad: x=" + x + ", y=" + y + ", w=" + w + ", h=" + h); 324 Slog.d(TAG, "dismiss"); 352 Slog.d(TAG, "drawFrame: level=" + level); 393 Slog.d(TAG, "drawFaded: opacity=" + opacity + ", gamma=" + gamma [all...] |
/frameworks/base/services/core/java/com/android/server/twilight/ |
TwilightService.java | 38 import android.util.Slog; 142 Slog.d(TAG, "Twilight state changed: " + state); 230 Slog.d(TAG, "Processing new location: " + location 351 Slog.d(TAG, "Estimated location from timezone: " + location); 392 Slog.d(TAG, "Updating twilight state: " + state); 415 Slog.d(TAG, "Next update in " + (nextUpdate - now) + " ms");
|
/frameworks/base/services/core/java/com/android/server/policy/ |
WindowOrientationListener.java | 27 import android.util.Slog; 102 Slog.w(TAG, "Cannot detect sensors. Not enabled"); 107 Slog.d(TAG, "WindowOrientationListener enabled"); 122 Slog.w(TAG, "Cannot detect sensors. Invalid disable"); 127 Slog.d(TAG, "WindowOrientationListener disabled"); 449 Slog.wtf(TAG, "config_autoRotationTiltTolerance contains invalid range: " 454 Slog.wtf(TAG, "config_autoRotationTiltTolerance should have exactly 8 elements"); 509 Slog.v(TAG, "Raw acceleration vector: " 526 Slog.v(TAG, "Resetting orientation listener."); 536 Slog.v(TAG, "Filtered acceleration vector: [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
Notifier.java | 49 import android.util.Slog; 167 Slog.d(TAG, "onWakeLockAcquired: flags=" + flags + ", tag=\"" + tag 207 Slog.d(TAG, "onWakeLockChanging: flags=" + newFlags + ", tag=\"" + newTag 235 Slog.d(TAG, "onWakeLockReleased: flags=" + flags + ", tag=\"" + tag 297 Slog.d(TAG, "onWakefulnessChangeStarted: wakefulness=" + wakefulness 340 Slog.d(TAG, "onWakefulnessChangeFinished"); 445 Slog.d(TAG, "onScreenBrightnessBoostChanged"); 459 Slog.d(TAG, "onUserActivity: event=" + event + ", uid=" + uid); 483 Slog.d(TAG, "onWakeUp: event=" + reason + ", reasonUid=" + reasonUid 503 Slog.d(TAG, "onWirelessChargingStarted") [all...] |
/packages/apps/Settings/src/com/android/settings/wfd/ |
WifiDisplaySettings.java | 47 import android.util.Slog; 472 Slog.d(TAG, "Starting Autonomous GO..."); 478 Slog.d(TAG, "Successfully started AutoGO."); 484 Slog.e(TAG, "Failed to start AutoGO with reason " + reason + "."); 491 Slog.d(TAG, "Stopping Autonomous GO..."); 497 Slog.d(TAG, "Successfully stopped AutoGO."); 503 Slog.e(TAG, "Failed to stop AutoGO with reason " + reason + "."); 510 Slog.d(TAG, "Setting listen mode to: " + enable); 516 Slog.d(TAG, "Successfully " + (enable ? "entered" : "exited") 523 Slog.e(TAG, "Failed to " + (enable ? "entered" : "exited" [all...] |
/frameworks/base/core/java/android/content/pm/ |
ManifestDigest.java | 22 import android.util.Slog; 80 Slog.w(TAG, "Could not read manifest");
|
/frameworks/base/core/java/android/service/persistentdata/ |
PersistentDataBlockManager.java | 21 import android.util.Slog; 144 Slog.v(TAG, "Remote exception while " + msg);
|
/frameworks/base/core/java/android/util/ |
Slog.java | 22 public final class Slog { 24 private Slog() {
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsState.java | 27 import android.util.Slog; 300 Slog.i(LOG_TAG, "Settings for package: " + packageName 350 Slog.i(LOG_TAG, "[PERSIST START]"); 384 Slog.i(LOG_TAG, "[PERSISTED]" + setting.getName() + "=" + setting.getValue()); 393 Slog.i(LOG_TAG, "[PERSIST END]"); 398 Slog.wtf(LOG_TAG, "Failed to write settings, restoring backup", t); 472 Slog.i(LOG_TAG, "No settings state"); 527 Slog.i(LOG_TAG, "[RESTORED] " + name + "=" + value);
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
KeyValueBackupJob.java | 27 import android.util.Slog; 67 Slog.v(TAG, "Scheduling k/v pass in "
|