Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77d2cbb authored by Piotr Wilczyński's avatar Piotr Wilczyński
Browse files

Dump screen off brightness sensor controller

Bug: 193224604
Test: adb shell dumpsys display
Change-Id: Id8ef1ddef589758cd6ffe2181e3bddbde2842e27
parent f1f50ee2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2746,6 +2746,10 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call
            dumpBrightnessEvents(pw);
        }

        if (mScreenOffBrightnessSensorController != null) {
            mScreenOffBrightnessSensorController.dump(pw);
        }

        if (mHbmController != null) {
            mHbmController.dump(pw);
        }
+1 −1

File changed.

Contains only whitespace changes.