mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 12:01:53 +00:00
Make zygote notifier more reliable
This commit is contained in:
@@ -129,6 +129,7 @@ int app_process_main(int argc, char *argv[]) {
|
||||
int fd = connect_daemon();
|
||||
write_int(fd, ZYGOTE_NOTIFY);
|
||||
write_string(fd, path);
|
||||
read_int(fd);
|
||||
close(fd);
|
||||
} else {
|
||||
// Redirect to system mirror
|
||||
|
||||
Reference in New Issue
Block a user