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

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

Do not log surface destroy by default am: ad23b3fa am: 104a58b3

am: ec0a2e58

Change-Id: I875ac7e84a12457f145d6f0b297a1032d24f93a5
parents 6f0bc9ac ec0a2e58
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();