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

Commit a09cb5d4 authored by Wei Wang's avatar Wei Wang Committed by android-build-team Robot
Browse files

Remove bg_non_interactive cgroup [ DO NOT MERGE ]

Change-Id: I1c35df7af97b986c1a0d7881fc4d7823dc4eb38e
parent a930fdd3
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 {