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:
committed by
Android (Google) Code Review
parent
6d6a70a337
commit
54dbbce1c3
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user