Merge "Fix the cgroup v2 thread path" am: 22e18082d1
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2378989 Change-Id: I41108ee9fce2591347051e90c2ab18f14d746567 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e2a1fda11e
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue