Merge "Fix the cgroup v2 thread path"

This commit is contained in:
Treehugger Robot 2023-01-10 01:30:07 +00:00 committed by Gerrit Code Review
commit 22e18082d1

View file

@ -49,7 +49,7 @@ using android::base::WriteStringToFile;
static constexpr const char* CGROUP_PROCS_FILE = "/cgroup.procs";
static constexpr const char* CGROUP_TASKS_FILE = "/tasks";
static constexpr const char* CGROUP_TASKS_FILE_V2 = "/cgroup.tasks";
static constexpr const char* CGROUP_TASKS_FILE_V2 = "/cgroup.threads";
uint32_t CgroupController::version() const {
CHECK(HasValue());