Loading services/core/java/com/android/server/wm/WindowStateAnimator.java +0 −2 Original line number Diff line number Diff line Loading @@ -1808,8 +1808,6 @@ class WindowStateAnimator { + Debug.getCallers(3)); } if (mDrawState == READY_TO_SHOW && mWin.isReadyForDisplayIgnoringKeyguard()) { if (SHOW_TRANSACTIONS || DEBUG_ORIENTATION) WindowManagerService.logSurface(mWin, "SHOW (performShowLocked)", null); if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING)) { Slog.v(TAG, "Showing " + this Loading Loading
services/core/java/com/android/server/wm/WindowStateAnimator.java +0 −2 Original line number Diff line number Diff line Loading @@ -1808,8 +1808,6 @@ class WindowStateAnimator { + Debug.getCallers(3)); } if (mDrawState == READY_TO_SHOW && mWin.isReadyForDisplayIgnoringKeyguard()) { if (SHOW_TRANSACTIONS || DEBUG_ORIENTATION) WindowManagerService.logSurface(mWin, "SHOW (performShowLocked)", null); if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && mWin.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING)) { Slog.v(TAG, "Showing " + this Loading