mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-21 17:10:46 +00:00
Change MagiskHide state if logd is disabled
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user