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

Commit 98af818d authored by Yipeng Cao's avatar Yipeng Cao Committed by android-build-merger
Browse files

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

am: 4229cb80

Change-Id: Icef2e7fb527f90a44839b3f1a2f931760b6696b2
parents 0471a297 4229cb80
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -937,9 +937,9 @@ public class GnssLocationProvider implements LocationProviderInterface {
                    long time = mNtpTime.getCachedNtpTime();
                    long time = mNtpTime.getCachedNtpTime();
                    long timeReference = mNtpTime.getCachedNtpTimeReference();
                    long timeReference = mNtpTime.getCachedNtpTimeReference();
                    long certainty = mNtpTime.getCacheCertainty();
                    long certainty = mNtpTime.getCacheCertainty();
                    long now = SystemClock.elapsedRealtime();


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