Commit 317336f7 authored by vvb2060's avatar vvb2060 Committed by topjohnwu

Add isolated processes log

parent b4e52f61
...@@ -211,6 +211,7 @@ static bool check_pid(int pid) { ...@@ -211,6 +211,7 @@ static bool check_pid(int pid) {
if (zit.second.st_ino == st.st_ino && if (zit.second.st_ino == st.st_ino &&
zit.second.st_dev == st.st_dev) { zit.second.st_dev == st.st_dev) {
// ns not separated, abort // ns not separated, abort
LOGW("proc_monitor: skip [%s] PID=[%d] UID=[%d]\n", cmdline, pid, uid);
goto not_target; goto not_target;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment