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

Commit 4229cb80 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert the system clock in the debug oc-dev" into oc-dev

parents 387b97e6 276278d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -937,9 +937,9 @@ public class GnssLocationProvider implements LocationProviderInterface {
                    long time = mNtpTime.getCachedNtpTime();
                    long timeReference = mNtpTime.getCachedNtpTimeReference();
                    long certainty = mNtpTime.getCacheCertainty();
                    long now = SystemClock.elapsedRealtime();

                    if (DEBUG) {
                        long now = System.currentTimeMillis();
                        Log.d(TAG, "NTP server returned: "
                                + time + " (" + new Date(time)
                                + ") reference: " + timeReference