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

Commit a040873b authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add LightRevealScrim to dumpsys to rule it out as the cause of...

Merge "Merge "Add LightRevealScrim to dumpsys to rule it out as the cause of an elusive bug." into sc-dev am: 1afbd3c9 am: 4558f523"
parents 516b4360 d9405f5a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2762,6 +2762,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);
        }