Merge "Dump screen off brightness sensor controller" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5811fbd367
@@ -2753,6 +2753,10 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call
|
|||||||
dumpBrightnessEvents(pw);
|
dumpBrightnessEvents(pw);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mScreenOffBrightnessSensorController != null) {
|
||||||
|
mScreenOffBrightnessSensorController.dump(pw);
|
||||||
|
}
|
||||||
|
|
||||||
if (mHbmController != null) {
|
if (mHbmController != null) {
|
||||||
mHbmController.dump(pw);
|
mHbmController.dump(pw);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user