mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-30 13:35:27 +00:00
Change MagiskHide state if logd is disabled
This commit is contained in:
parent
1b7657a374
commit
ae97d011ae
@ -54,6 +54,9 @@ void launch_magiskhide(int client) {
|
|||||||
write_int(client, LOGD_DISABLED);
|
write_int(client, LOGD_DISABLED);
|
||||||
close(client);
|
close(client);
|
||||||
}
|
}
|
||||||
|
setprop(MAGISKHIDE_PROP, "0");
|
||||||
|
// Remove without actually removing persist props
|
||||||
|
deleteprop2(MAGISKHIDE_PROP, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user