[log] Catch Zygisk log (#1352)

This commit is contained in:
LoveSy 2021-11-04 23:27:29 +08:00 committed by GitHub
parent 6291a848b8
commit 5061a5a164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void Logcat::ProcessBuffer(struct log_msg *buf) {
}
if (verbose_ && (shortcut || buf->id() == log_id::LOG_ID_CRASH ||
entry.pid == my_pid_ || tag == "Magisk"sv ||
tag.starts_with("Riru"sv) ||
tag.starts_with("Riru"sv) || tag.starts_with("zygisk"sv) ||
tag.starts_with("LSPosed"sv))) [[unlikely]] {
verbose_print_count_ += PrintLogLine(entry, verbose_file_.get());
}