[log] Catch Zygisk log (#1352)
This commit is contained in:
parent
6291a848b8
commit
5061a5a164
|
|
@ -159,7 +159,7 @@ void Logcat::ProcessBuffer(struct log_msg *buf) {
|
||||||
}
|
}
|
||||||
if (verbose_ && (shortcut || buf->id() == log_id::LOG_ID_CRASH ||
|
if (verbose_ && (shortcut || buf->id() == log_id::LOG_ID_CRASH ||
|
||||||
entry.pid == my_pid_ || tag == "Magisk"sv ||
|
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]] {
|
tag.starts_with("LSPosed"sv))) [[unlikely]] {
|
||||||
verbose_print_count_ += PrintLogLine(entry, verbose_file_.get());
|
verbose_print_count_ += PrintLogLine(entry, verbose_file_.get());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue