Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 104a58b3 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Do not log surface destroy by default

am: ad23b3fa

Change-Id: I91303c5855ac0733a1de0c303236070d87089b85
parents e5845936 ad23b3fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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();