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

Commit 1afbd3c9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add LightRevealScrim to dumpsys to rule it out as the cause of an elusive bug." into sc-dev

parents 8fa96139 50de044e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2747,6 +2747,11 @@ public class StatusBar extends SystemUI implements DemoMode,
            mScrimController.dump(fd, pw, args);
        }

        if (mLightRevealScrim != null) {
            pw.println(
                    "mLightRevealScrim.getRevealAmount(): " + mLightRevealScrim.getRevealAmount());
        }

        if (mStatusBarKeyguardViewManager != null) {
            mStatusBarKeyguardViewManager.dump(pw);
        }