Merge "Add LightRevealScrim to dumpsys to rule it out as the cause of an elusive bug." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1afbd3c9c8
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user