am 37d8ac1b: Merge "SystemServer: Looper\'s getMainLooper to return ServerThread"

* commit '37d8ac1b5629e3159c662a0d77503cfe85660d86':
  SystemServer: Looper's getMainLooper to return ServerThread
This commit is contained in:
Dianne Hackborn
2012-06-11 16:32:29 -07:00
committed by Android Git Automerger

View File

@ -79,7 +79,7 @@ class ServerThread extends Thread {
EventLog.writeEvent(EventLogTags.BOOT_PROGRESS_SYSTEM_RUN,
SystemClock.uptimeMillis());
Looper.prepare();
Looper.prepareMainLooper();
android.os.Process.setThreadPriority(
android.os.Process.THREAD_PRIORITY_FOREGROUND);