diff --git a/android/GnssDebug.cpp b/android/GnssDebug.cpp index 33d7aa52..e80eee6b 100644 --- a/android/GnssDebug.cpp +++ b/android/GnssDebug.cpp @@ -120,8 +120,7 @@ Return GnssDebug::getDebugData(getDebugData_cb _hidl_cb) reports.mTime.frequencyUncertaintyNsPerSec; } - if (data.time.timeEstimate <= 0 || - data.time.timeEstimate > GNSS_DEBUG_UNKNOWN_UTC_TIME) { + if (data.time.timeEstimate < GNSS_DEBUG_UNKNOWN_UTC_TIME) { data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; } if (data.time.timeUncertaintyNs <= 0 ||