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

Commit 2bd07c10 authored by Karthikeyan Periasamy's avatar Karthikeyan Periasamy Committed by Steve Kondik
Browse files

Change the thread priority

Change-Id: Ieece4851132ff85e36d10874991793cc4c0714ca
parent d14db203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -775,7 +775,7 @@ public final class WebViewCore {
                            case REDUCE_PRIORITY:
                                // 3 is an adjustable number.
                                Process.setThreadPriority(
                                        Process.THREAD_PRIORITY_DEFAULT + 3 *
                                        Process.THREAD_PRIORITY_DEFAULT + 10 *
                                        Process.THREAD_PRIORITY_LESS_FAVORABLE);
                                break;