Merge "Dump screen off brightness sensor controller in DPC2" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa809307e0
@@ -2448,6 +2448,10 @@ final class DisplayPowerController2 implements AutomaticBrightnessController.Cal
|
||||
|
||||
dumpRbcEvents(pw);
|
||||
|
||||
if (mScreenOffBrightnessSensorController != null) {
|
||||
mScreenOffBrightnessSensorController.dump(pw);
|
||||
}
|
||||
|
||||
if (mBrightnessRangeController != null) {
|
||||
mBrightnessRangeController.dump(pw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user