Some devices don't like all log buffers

This commit is contained in:
topjohnwu
2018-01-01 23:58:13 +08:00
parent e5c3183025
commit e733484fab
2 changed files with 4 additions and 4 deletions

View File

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