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

Commit d685a9ba authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add more info to dumpsys output" am: 6109ea3b am: 3afc961f

Change-Id: Iabeff5f57eac74d4a06815568a54e823714d5f2f
parents fe03e4c5 3afc961f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -167,6 +167,12 @@ public final class TimeDetectorStrategyImpl implements TimeDetectorStrategy {
        ipw.increaseIndent(); // level 1

        ipw.println("mLastAutoSystemClockTimeSet=" + mLastAutoSystemClockTimeSet);
        ipw.println("mCallback.isAutoTimeDetectionEnabled()="
                + mCallback.isAutoTimeDetectionEnabled());
        ipw.println("mCallback.elapsedRealtimeMillis()=" + mCallback.elapsedRealtimeMillis());
        ipw.println("mCallback.systemClockMillis()=" + mCallback.systemClockMillis());
        ipw.println("mCallback.systemClockUpdateThresholdMillis()="
                + mCallback.systemClockUpdateThresholdMillis());

        ipw.println("Time change log:");
        ipw.increaseIndent(); // level 2