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

Commit 68381ce1 authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Include more methods in SurfaceTrace." into nyc-dev

am: 628e27f1

* commit '628e27f1':
  Include more methods in SurfaceTrace.
parents 86f853ca 628e27f1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -623,6 +623,13 @@ class WindowSurfaceController {
            }
        }

        @Override
        public void setTransparentRegionHint(Region region) {
            if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setTransparentRegionHint(" + region
                    + "): OLD: " + this + " . Called by " + Debug.getCallers(3));
            super.setTransparentRegionHint(region);
        }

        static void dumpAllSurfaces(PrintWriter pw, String header) {
            synchronized (sSurfaces) {
                final int N = sSurfaces.size();