Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 3f8c938. The tasks created outside the android framework are moved to "native" cgroup from "root" cgroup, which otherwise have more CPU scheduling share compared to tasks in "apps" cgroup. The "apps" cgroup is removed in Android 5.1 release. Now all tasks except background (low priority) tasks are run under root. The tasks under "native" cgroup are experiencing higher scheduling latency compared to other tasks. Remove "native" cgroup as it is not required anymore. Change-Id: I4c194dc8db5e8b2e34c776020a8c94e0aec3b0b4
- Loading branch information