mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-18 02:42:49 +00:00
Some devices don't like all log buffers
This commit is contained in:
@@ -176,8 +176,8 @@ void proc_monitor() {
|
||||
// Get the mount namespace of zygote
|
||||
zygote_num = 0;
|
||||
while(!zygote_num) {
|
||||
// Check zygote every 2 secs
|
||||
sleep(2);
|
||||
// Check zygote every 10 ms
|
||||
usleep(10000);
|
||||
ps_filter_proc_name("zygote", store_zygote_ns);
|
||||
}
|
||||
ps_filter_proc_name("zygote64", store_zygote_ns);
|
||||
|
Reference in New Issue
Block a user