Merge "Added "waiting for screen off" flag to dump" into rvc-dev am: 856ec84b37

Change-Id: I2495815bef97348f21a56af08976d81699a0cc3a
This commit is contained in:
Jay Aliomer
2020-05-03 23:20:30 +00:00
committed by Automerger Merge Worker

View File

@@ -777,6 +777,7 @@ final class UiModeManagerService extends SystemService {
pw.print(" "); pw.print(" ");
} }
pw.println(""); pw.println("");
pw.print(" waitScreenOff="); pw.print(mWaitForScreenOff);
pw.print(" mComputedNightMode="); pw.print(mComputedNightMode); pw.print(" mComputedNightMode="); pw.print(mComputedNightMode);
pw.print(" customStart="); pw.print(mCustomAutoNightModeStartMilliseconds); pw.print(" customStart="); pw.print(mCustomAutoNightModeStartMilliseconds);
pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds); pw.print(" customEnd"); pw.print(mCustomAutoNightModeEndMilliseconds);