mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Fix zygote restart monitor
This commit is contained in:
parent
a6ff3672af
commit
f00408c793
@ -97,8 +97,8 @@ static void patch_rc_scripts(const char *src_path, const char *tmp_path, bool wr
|
|||||||
if (line.starts_with("service zygote ")) {
|
if (line.starts_with("service zygote ")) {
|
||||||
LOGD("Inject zygote restart\n");
|
LOGD("Inject zygote restart\n");
|
||||||
fprintf(dest.get(), "%s", line.data());
|
fprintf(dest.get(), "%s", line.data());
|
||||||
fprintf(dest.get(), " onrestart exec %2$s 0 0 -- %1$s/magisk --zygote-restart\n",
|
fprintf(dest.get(),
|
||||||
tmp_path, MAGISK_PROC_CON);
|
" onrestart exec " MAGISK_PROC_CON " 0 0 -- %s/magisk --zygote-restart\n", tmp_path);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
fprintf(dest.get(), "%s", line.data());
|
fprintf(dest.get(), "%s", line.data());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user