Loading services/core/java/com/android/server/wm/WindowSurfaceController.java +3 −3 Original line number Diff line number Diff line Loading @@ -153,9 +153,9 @@ class WindowSurfaceController { } void destroyInTransaction() { // if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(8)); // } } try { if (mSurfaceControl != null) { mSurfaceControl.destroy(); Loading Loading
services/core/java/com/android/server/wm/WindowSurfaceController.java +3 −3 Original line number Diff line number Diff line Loading @@ -153,9 +153,9 @@ class WindowSurfaceController { } void destroyInTransaction() { // if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { Slog.i(TAG, "Destroying surface " + this + " called by " + Debug.getCallers(8)); // } } try { if (mSurfaceControl != null) { mSurfaceControl.destroy(); Loading