am 37d8ac1b
: Merge "SystemServer: Looper\'s getMainLooper to return ServerThread"
* commit '37d8ac1b5629e3159c662a0d77503cfe85660d86': SystemServer: Looper's getMainLooper to return ServerThread
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user