Fix stop magiskhide

This commit is contained in:
vvb2060
2021-01-24 01:22:02 +08:00
committed by topjohnwu
parent 96405c26d0
commit 5113f6d375
3 changed files with 4 additions and 4 deletions
+3
View File
@@ -20,6 +20,8 @@ static int inotify_fd = -1;
static void new_zygote(int pid);
pthread_t monitor_thread;
/******************
* Data structures
******************/
@@ -281,6 +283,7 @@ void proc_monitor() {
sigaddset(&block_set, SIGIO);
sigaddset(&block_set, SIGALRM);
pthread_sigmask(SIG_UNBLOCK, &block_set, nullptr);
monitor_thread = pthread_self();
struct sigaction act{};
act.sa_handler = term_thread;