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

Commit 4558f523 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

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

Change-Id: I41ec65285f571ddc465d0c8bb69ccd4159edd67a
parents d3cfe474 1afbd3c9
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -2747,6 +2747,11 @@ public class StatusBar extends SystemUI implements DemoMode,
            mScrimController.dump(fd, pw, args);
            mScrimController.dump(fd, pw, args);
        }
        }


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

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