Remove bg_non_interactive cgroup

Bug: 34193533
Test: mma
Change-Id: I0d255f47eaded15eda02a4654193a4e49c63a2c5
This commit is contained in:
Wei Wang
2017-03-20 16:13:40 -07:00
parent 4a8953094f
commit 3adba7202f

View File

@ -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 {