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

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

Change-Id: I41ec65285f571ddc465d0c8bb69ccd4159edd67a
This commit is contained in:
TreeHugger Robot
2021-07-22 18:59:41 +00:00
committed by Automerger Merge Worker

View File

@@ -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);
}