lmkd: use fd cache for cgroup migration

Test: Build
Bug: 199797672
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: Ie7a9eb9676c58309f1407c5f8cc59b302f107d38
This commit is contained in:
Wei Wang 2021-09-21 14:34:41 -07:00
parent 0195bcdba7
commit 0162e0361f
1 changed files with 1 additions and 1 deletions

View File

@ -2036,7 +2036,7 @@ static void set_process_group_and_prio(int pid, const std::vector<std::string>&
ALOGW("Unable to raise priority of killing t_pid (%d): errno=%d", t_pid, errno);
}
if (!SetTaskProfiles(t_pid, profiles)) {
if (!SetTaskProfiles(t_pid, profiles, true)) {
ALOGW("Failed to set task_profiles on pid(%d) t_pid(%d)", pid, t_pid);
continue;
}