diff --git a/android/GnssDebug.cpp b/android/GnssDebug.cpp index 45cde6be..ce394767 100644 --- a/android/GnssDebug.cpp +++ b/android/GnssDebug.cpp @@ -122,8 +122,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 ||