Skip to content

Commit 8c6d514

Browse files
weivincewangkdrag0n
authored andcommitted
lmkd: use fd cache for cgroup migration
Test: Build Bug: 199797672 Signed-off-by: Wei Wang <wvw@google.com> Change-Id: Ie7a9eb9676c58309f1407c5f8cc59b302f107d38
1 parent 130c294 commit 8c6d514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmkd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ static void set_process_group_and_prio(int pid, const std::vector<std::string>&
20052005
ALOGW("Unable to raise priority of killing t_pid (%d): errno=%d", t_pid, errno);
20062006
}
20072007

2008-
if (!SetTaskProfiles(t_pid, profiles)) {
2008+
if (!SetTaskProfiles(t_pid, profiles, true)) {
20092009
ALOGW("Failed to set task_profiles on pid(%d) t_pid(%d)", pid, t_pid);
20102010
continue;
20112011
}

0 commit comments

Comments
 (0)