summaryrefslogtreecommitdiff
path: root/debuggerd/debuggerd_test.cpp
diff options
context:
space:
mode:
authorSuren Baghdasaryan <surenb@google.com>2021-03-10 10:31:35 -0800
committerSuren Baghdasaryan <surenb@google.com>2021-03-11 17:42:30 +0000
commit7f19b1e6de17dd124328f7538e23d6bed56b55fc (patch)
tree5d81b4e784054cc6a031175d7a72db937f86874c /debuggerd/debuggerd_test.cpp
parentc19a7dd30e26b9f1854425160ca984d6bbd3dbb3 (diff)
libprocessgroup: introduce optional attribute for cgroup controllers
Memory cgroup controller is not used by high-end Android devices and is disabled in Android kernels 5.10+, however Android Go devices still require this controller. Similarly schedtune controller is being replaced with cpu controller's utilclamp feature, however some devices are using older kernels which only support schedtune. To prevent spamming logcat with errors we need a way to mark a controller optional in such cases without removing it from cgroups.json file. Introduce "Optional" attribute to cgroup controller's cgroups.json description to accomodate these cases. When an optional controller fails to mount due to lack of support in the kernel it will log an informational message without generating further errors. Bug: 181866655 Test: boot and observe libprocessgroup messages in logcat Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: Ib5bcfdd8d338704f3f9d8b326d8ddd88b67915a1
Diffstat (limited to 'debuggerd/debuggerd_test.cpp')
0 files changed, 0 insertions, 0 deletions