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

This commit is contained in:
TreeHugger Robot
2021-07-22 18:39:15 +00:00
committed by Android (Google) Code Review

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