Revert "Fix 5797764: Increase lock screen's thread priority"

This reverts commit 6d6a70a337

This doesn't appear to have a measurable impact for this issue.
This commit is contained in:
Jim Miller
2012-01-23 15:24:42 -08:00
committed by Android (Google) Code Review
parent 6d6a70a337
commit 54dbbce1c3

View File

@ -728,7 +728,7 @@ public class WindowManagerService extends IWindowManager.Stub
//Looper.myLooper().setMessageLogging(new LogPrinter(
// Log.VERBOSE, "WindowManagerPolicy", Log.LOG_ID_SYSTEM));
android.os.Process.setThreadPriority(
android.os.Process.THREAD_PRIORITY_DISPLAY);
android.os.Process.THREAD_PRIORITY_FOREGROUND);
android.os.Process.setCanSelfBackground(false);
mPolicy.init(mContext, mService, mService, mPM);