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

Commit a12b35e6 authored by Jay Aliomer's avatar Jay Aliomer
Browse files

Added "waiting for screen off" flag to dump

Bug: 153923873
Test: test dump manually
Change-Id: I290ae190a00cff9ab1243ff7c45846f4421e8d2c
parent 9cdbc7f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -777,6 +777,7 @@ final class UiModeManagerService extends SystemService {
                pw.print(" ");
            }
            pw.println("");
            pw.print(" waitScreenOff="); pw.print(mWaitForScreenOff);
            pw.print(" mComputedNightMode="); pw.print(mComputedNightMode);
            pw.print(" customStart="); pw.print(mCustomAutoNightModeStartMilliseconds);
            pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds);