Try logging a little harder

This commit is contained in:
topjohnwu
2018-08-03 01:58:56 +08:00
parent f1edc8443c
commit 5be035fd44
6 changed files with 38 additions and 31 deletions

View File

@@ -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);