commit | 752386319c0d9fb7e4e429a0644086b318d3b4b5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed May 27 14:46:17 2015 -0700 |
committer | Tao Bao <tbao@google.com> | Wed May 27 14:48:56 2015 -0700 |
tree | 1740d5e309610ce3dc8c808b508450ff6eb34009 | |
parent | 73151b5101c132091d5853dd635b3fc941f242dc [diff] [blame] |
Clean up the sleep()'s after poking init services Change-Id: I77564fe5c59e604f1377b278681b7d1bff53a77a
diff --git a/ui.cpp b/ui.cpp index d88cbfe..2efb759 100644 --- a/ui.cpp +++ b/ui.cpp
@@ -176,7 +176,7 @@ case RecoveryUI::REBOOT: if (reboot_enabled) { property_set(ANDROID_RB_PROPERTY, "reboot,"); - while(1) { pause(); } + while (true) { pause(); } } break;