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

Commit fd6dfd22 authored by Daniel Hsieh's avatar Daniel Hsieh
Browse files

Adds WindowBounds in WindowMagnificationController dump info.

We add WindowBounds in WindowMagnificationController#dump for debugging.

Bug: 219855496
Test: adb shell dumpsys activity service SystemUIService
Change-Id: I4e848310cf78ab97de350bccb0363ad0b3b7d929
parent fafcf3c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1072,6 +1072,7 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold
        pw.println("WindowMagnificationController (displayId=" + mDisplayId + "):");
        pw.println("      mOverlapWithGestureInsets:" + mOverlapWithGestureInsets);
        pw.println("      mScale:" + mScale);
        pw.println("      mWindowBounds:" + mWindowBounds);
        pw.println("      mMirrorViewBounds:" + (isWindowVisible() ? mMirrorViewBounds : "empty"));
        pw.println("      mMagnificationFrameBoundary:"
                + (isWindowVisible() ? mMagnificationFrameBoundary : "empty"));