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

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

Merge "Add more timestamps to dumpsys" into rvc-dev am: 19db628b

Change-Id: I62919b5bc996513a65def52fe9faa741943c52d9
parents 1547da58 19db628b
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);