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

Commit c6c19bd6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove bg_non_interactive cgroup"

parents 1ae7af10 3adba720
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@ public class BinderThreadPriorityTest extends AndroidTestCase {
    }
    }


    public static String expectedSchedulerGroup(int prio) {
    public static String expectedSchedulerGroup(int prio) {
        return prio < Process.THREAD_PRIORITY_BACKGROUND ? "/" : "/bg_non_interactive";
        return "/";
    }
    }


    public void testPassPriorityToService() throws Exception {
    public void testPassPriorityToService() throws Exception {