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

Commit d9405f5a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Add LightRevealScrim to dumpsys to rule it out as the cause of an elusive bug." into sc-dev am: 1afbd3c9 am: 4558f523

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15350198

Change-Id: Ie75c1931095a12444daa1be92f533648752ccae4
parents 83bc16e4 4558f523
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);
        }