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

Commit 19db628b authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Add more timestamps to dumpsys" into rvc-dev

parents f4f6c31f c2ec6f98
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.app.timedetector.TimeDetector;
import android.app.timezonedetector.TelephonyTimeZoneSuggestion;
import android.app.timezonedetector.TimeZoneDetector;
import android.content.Context;
import android.os.SystemClock;
import android.os.TimestampedValue;
import android.util.LocalLog;

@@ -101,6 +102,9 @@ public final class TimeServiceHelperImpl implements TimeServiceHelper {
    public void dumpLogs(IndentingPrintWriter ipw) {
        ipw.println("TimeServiceHelperImpl:");
        ipw.increaseIndent();
        ipw.println("SystemClock.elapsedRealtime()=" + SystemClock.elapsedRealtime());
        ipw.println("System.currentTimeMillis()=" + System.currentTimeMillis());

        ipw.println("Time Logs:");
        ipw.increaseIndent();
        mTimeLog.dump(ipw);