From e7018a3b875fb4daf94341609511e998421027c6 Mon Sep 17 00:00:00 2001 From: JingMatrix Date: Sat, 8 Nov 2025 11:05:29 +0100 Subject: [PATCH] Collect logs for TEESimulator Simplify the process of debugging https://github.com/JingMatrix/TEESimulator --- daemon/src/main/jni/logcat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/main/jni/logcat.cpp b/daemon/src/main/jni/logcat.cpp index 4a2e39c0..33d796c8 100644 --- a/daemon/src/main/jni/logcat.cpp +++ b/daemon/src/main/jni/logcat.cpp @@ -229,7 +229,7 @@ void Logcat::ProcessBuffer(struct log_msg *buf) { tag == "APatchD"sv || tag == "Dobby"sv || tag.starts_with("dex2oat"sv) || tag == "KernelSU"sv || tag == "LSPlant"sv || tag == "LSPlt"sv || tag.starts_with("LSPosed"sv) || tag == "Magisk"sv || tag == "SELinux"sv || - tag.starts_with("zygisk"sv))) [[unlikely]] { + tag == "TEESimulator"sv || tag.starts_with("zygisk"sv))) [[unlikely]] { verbose_print_count_ += PrintLogLine(entry, verbose_file_.get()); } if (entry.pid == my_pid_ && tag == "LSPosedLogcat"sv) [[unlikely]] {