summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--healthd/healthd_board_msm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/healthd_board_msm.cpp b/healthd/healthd_board_msm.cpp
index 1d62507..c3d81b8 100644
--- a/healthd/healthd_board_msm.cpp
+++ b/healthd/healthd_board_msm.cpp
@@ -194,7 +194,7 @@ static void *alarm_thread(void *)
goto err;
LOGI("Exit from power off charging, reboot the phone!\n");
- android_reboot(ANDROID_RB_RESTART2, 0, (char *)"rtc");
+ android_reboot(ANDROID_RB_RESTART, 0, 0);
err:
LOGE("Exit from alarm thread\n");