Merge "Added "waiting for screen off" flag to dump" into rvc-dev am: 856ec84b37 am: db715d9dc1
Change-Id: I293620f96a420804ea97bce639492f9248810289
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user