You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Fix a bug causing magiskhide CLI freezing
This commit is contained in:
@@ -200,4 +200,5 @@ void proc_monitor() {
|
||||
if (fork_dont_care() == 0)
|
||||
hide_daemon(pid);
|
||||
}
|
||||
pthread_exit(nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user