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

Commit 5a0ad86f authored by Yury Khmel's avatar Yury Khmel Committed by Android (Google) Code Review
Browse files

Merge "arc: Switch to measure Hardware surfaces."

parents 88670533 70626a86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public class CustomSurfaceView extends SurfaceView implements SurfaceHolder.Call
            if (traceCalls) {
                Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, LOCAL_REQUEST_BUFFER);
            }
            Canvas canvas = mSurface.lockCanvas(null);
            Canvas canvas = mSurface.lockHardwareCanvas();
            if (traceCalls) {
                Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS);
            }