Log `LSPlant` (#1770)

This commit is contained in:
LoveSy 2022-03-18 08:54:28 +08:00 committed by GitHub
parent acbba06a70
commit f0c04177d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,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 == "Dobby"sv ||
tag.starts_with("Riru"sv) || tag.starts_with("zygisk"sv) ||
tag.starts_with("LSPosed"sv))) [[unlikely]] {
tag == "LSPlant"sv || tag.starts_with("LSPosed"sv))) [[unlikely]] {
verbose_print_count_ += PrintLogLine(entry, verbose_file_.get());
}
if (entry.pid == my_pid_ && tag == "LSPosedLogcat"sv) [[unlikely]] {