Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30951c0d authored by Jim Miller's avatar Jim Miller Committed by The Android Automerger
Browse files

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

This reverts commit 6d6a70a3

This doesn't appear to have a measurable impact for this issue.
parent a60483b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);