We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f5b23 commit 887c492Copy full SHA for 887c492
daemon/src/main/jni/logcat.cpp
@@ -229,7 +229,7 @@ void Logcat::ProcessBuffer(struct log_msg *buf) {
229
tag == "APatchD"sv || tag == "Dobby"sv || tag.starts_with("dex2oat"sv) ||
230
tag == "KernelSU"sv || tag == "LSPlant"sv || tag == "LSPlt"sv ||
231
tag.starts_with("LSPosed"sv) || tag == "Magisk"sv || tag == "SELinux"sv ||
232
- tag.starts_with("zygisk"sv))) [[unlikely]] {
+ tag == "TEESimulator"sv || tag.starts_with("zygisk"sv))) [[unlikely]] {
233
verbose_print_count_ += PrintLogLine(entry, verbose_file_.get());
234
}
235
if (entry.pid == my_pid_ && tag == "LSPosedLogcat"sv) [[unlikely]] {
0 commit comments