You've already forked ZygiskNext
mirror of
https://github.com/Dr-TSNG/ZygiskNext.git
synced 2025-08-27 23:46:34 +00:00
suppress stopping signal properly
This commit is contained in:
@@ -387,11 +387,11 @@ public:
|
|||||||
LOGW("inject signal sent to init: %s %d",
|
LOGW("inject signal sent to init: %s %d",
|
||||||
sigabbrev_np(WSTOPSIG(status)), WSTOPSIG(status));
|
sigabbrev_np(WSTOPSIG(status)), WSTOPSIG(status));
|
||||||
ptrace(PTRACE_CONT, pid, 0, WSTOPSIG(status));
|
ptrace(PTRACE_CONT, pid, 0, WSTOPSIG(status));
|
||||||
|
continue;
|
||||||
} else {
|
} else {
|
||||||
LOGW("suppress stopping signal sent to init: %s %d",
|
LOGW("suppress stopping signal sent to init: %s %d",
|
||||||
sigabbrev_np(WSTOPSIG(status)), WSTOPSIG(status));
|
sigabbrev_np(WSTOPSIG(status)), WSTOPSIG(status));
|
||||||
}
|
}
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
ptrace(PTRACE_CONT, pid, 0, 0);
|
ptrace(PTRACE_CONT, pid, 0, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user