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

Commit 98fa7208 authored by Wei Wang's avatar Wei Wang Committed by android-build-merger
Browse files

Merge "Remove bg_non_interactive cgroup" am: c6c19bd6

am: 4ff81206

Change-Id: Ie79e352a5cf60af7f1bce8ae3563bf66ee1db134
parents 94a93087 4ff81206
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class BinderThreadPriorityTest extends AndroidTestCase {
    }

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

    public void testPassPriorityToService() throws Exception {