summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/alarm-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/alarm-manager.c b/server/alarm-manager.c
index 84ba119..bcd4bce 100644
--- a/server/alarm-manager.c
+++ b/server/alarm-manager.c
@@ -3155,7 +3155,8 @@ void _alarm_initialize()
if (using_rtc) {
if (RTC_INIT() != 0) {
LOGE("rtc init failed");
- exit(1);
+ _save_module_log("FAIL: RTC_INIT", "alarm_manager won't use RTC");
+ using_rtc = false;
}
if (PS_MODE_INIT() != 0) {