Add isolated processes log

This commit is contained in:
vvb2060 2021-01-17 05:29:50 +08:00 committed by topjohnwu
parent b4e52f6135
commit 317336f771
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}