Bug 892037 - Update Date/Time even if hardware RTC fails to update. r=mwu

This commit is contained in:
Tapas Kundu 2013-07-11 14:27:12 -07:00
Родитель 5ec44ef3f6
Коммит 2c87ec0cf7
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -734,7 +734,6 @@ AdjustSystemClock(int64_t aDeltaMilliseconds)
if (ioctl(fd, ANDROID_ALARM_SET_RTC, &now) < 0) {
HAL_LOG(("ANDROID_ALARM_SET_RTC failed: %s", strerror(errno)));
return;
}
hal::NotifySystemClockChange(aDeltaMilliseconds);