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

Commit a46f89cd authored by Neil Fuller's avatar Neil Fuller Committed by Automerger Merge Worker
Browse files

Merge "Add more information to time detection logs" into sc-dev am: 8eecb94a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13787680

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib2b0be7f74d59670ca0fe816620d66a98a29b568
parents d92c3a72 8eecb94a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -720,6 +720,7 @@ public final class TimeDetectorStrategyImpl implements TimeDetectorStrategy {
        String logMsg = "Set system clock using time=" + newTime
                + " cause=" + cause
                + " elapsedRealtimeMillis=" + elapsedRealtimeMillis
                + " (old) actualSystemClockMillis=" + actualSystemClockMillis
                + " newSystemClockMillis=" + newSystemClockMillis;
        if (DBG) {
            Slog.d(LOG_TAG, logMsg);