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: I1da6562b1993747f5eeb2dfddb9613beffcd8456
This commit is contained in:
TreeHugger Robot
2021-07-22 19:09:53 +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);
}