mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 10:01:53 +00:00
Try logging a little harder
This commit is contained in:
@@ -45,7 +45,7 @@ void launch_magiskhide(int client) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!loggable) {
|
||||
if (!check_and_start_logger()) {
|
||||
if (client > 0) {
|
||||
write_int(client, LOGCAT_DISABLED);
|
||||
close(client);
|
||||
|
||||
Reference in New Issue
Block a user