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

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

Dump display brightness followers

Bug: 279129239
Test: adb shell dumpsys display
Change-Id: Ia6f800f59f52d89129908a36b348791cf6ec2e8b
parent b6ea0ff3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2801,6 +2801,7 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call
            pw.println("  mDisplayId=" + mDisplayId);
            pw.println("  mLeadDisplayId=" + mLeadDisplayId);
            pw.println("  mLightSensor=" + mLightSensor);
            pw.println("  mDisplayBrightnessFollowers=" + mDisplayBrightnessFollowers);

            pw.println();
            pw.println("Display Power Controller Locked State:");
+1 −0
Original line number Diff line number Diff line
@@ -2200,6 +2200,7 @@ final class DisplayPowerController2 implements AutomaticBrightnessController.Cal
            pw.println("  mDisplayId=" + mDisplayId);
            pw.println("  mLeadDisplayId=" + mLeadDisplayId);
            pw.println("  mLightSensor=" + mLightSensor);
            pw.println("  mDisplayBrightnessFollowers=" + mDisplayBrightnessFollowers);

            pw.println();
            pw.println("Display Power Controller Locked State:");