Loading services/core/java/com/android/server/wm/WindowManagerDebugConfig.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ public class WindowManagerDebugConfig { static final boolean DEBUG_RESIZE = false; static final boolean DEBUG_RESIZE = false; static final boolean DEBUG = false; static final boolean DEBUG = false; static final boolean DEBUG_ADD_REMOVE = false; static final boolean DEBUG_ADD_REMOVE = false; static final boolean DEBUG_FOCUS = false; static final boolean DEBUG_FOCUS = true; static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false; static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false; static final boolean DEBUG_ANIM = false; static final boolean DEBUG_ANIM = false; static final boolean DEBUG_KEYGUARD = false; static final boolean DEBUG_KEYGUARD = false; Loading services/core/java/com/android/server/wm/WindowSurfaceController.java +3 −7 Original line number Original line Diff line number Diff line Loading @@ -131,13 +131,9 @@ class WindowSurfaceController { } } void destroyInTransaction() { void destroyInTransaction() { if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { // if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { RuntimeException e = null; Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(3)); if (!HIDE_STACK_CRAWLS) { // } e = new RuntimeException(); e.fillInStackTrace(); } } try { try { mSurfaceControl.destroy(); mSurfaceControl.destroy(); mSurfaceShown = false; mSurfaceShown = false; Loading Loading
services/core/java/com/android/server/wm/WindowManagerDebugConfig.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ public class WindowManagerDebugConfig { static final boolean DEBUG_RESIZE = false; static final boolean DEBUG_RESIZE = false; static final boolean DEBUG = false; static final boolean DEBUG = false; static final boolean DEBUG_ADD_REMOVE = false; static final boolean DEBUG_ADD_REMOVE = false; static final boolean DEBUG_FOCUS = false; static final boolean DEBUG_FOCUS = true; static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false; static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false; static final boolean DEBUG_ANIM = false; static final boolean DEBUG_ANIM = false; static final boolean DEBUG_KEYGUARD = false; static final boolean DEBUG_KEYGUARD = false; Loading
services/core/java/com/android/server/wm/WindowSurfaceController.java +3 −7 Original line number Original line Diff line number Diff line Loading @@ -131,13 +131,9 @@ class WindowSurfaceController { } } void destroyInTransaction() { void destroyInTransaction() { if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { // if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { RuntimeException e = null; Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(3)); if (!HIDE_STACK_CRAWLS) { // } e = new RuntimeException(); e.fillInStackTrace(); } } try { try { mSurfaceControl.destroy(); mSurfaceControl.destroy(); mSurfaceShown = false; mSurfaceShown = false; Loading