Add isolated processes log
This commit is contained in:
parent
b4e52f6135
commit
317336f771
@ -211,6 +211,7 @@ static bool check_pid(int pid) {
|
||||
if (zit.second.st_ino == st.st_ino &&
|
||||
zit.second.st_dev == st.st_dev) {
|
||||
// ns not separated, abort
|
||||
LOGW("proc_monitor: skip [%s] PID=[%d] UID=[%d]\n", cmdline, pid, uid);
|
||||
goto not_target;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user