diff options
Diffstat (limited to 'cmds/system_server/system_main.cpp')
-rw-r--r-- | cmds/system_server/system_main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/system_server/system_main.cpp b/cmds/system_server/system_main.cpp index d67329d..ddff065 100644 --- a/cmds/system_server/system_main.cpp +++ b/cmds/system_server/system_main.cpp @@ -44,12 +44,12 @@ static void blockSignals() int main(int argc, const char* const argv[]) { - LOGI("System server is starting with pid=%d.\n", getpid()); + ALOGI("System server is starting with pid=%d.\n", getpid()); blockSignals(); // You can trust me, honestly! - LOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0)); + ALOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0)); setpriority(PRIO_PROCESS, 0, -1); system_init(); |