Merge "Remove bg_non_interactive cgroup"

This commit is contained in:
Treehugger Robot
2017-03-21 22:09:50 +00:00
committed by Gerrit Code Review

View File

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