Skip to content

Commit 887c492

Browse files
committed
Collect logs for TEESimulator
Simplify the process of debugging https://github.com/JingMatrix/TEESimulator
1 parent 05f5b23 commit 887c492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/src/main/jni/logcat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void Logcat::ProcessBuffer(struct log_msg *buf) {
229229
tag == "APatchD"sv || tag == "Dobby"sv || tag.starts_with("dex2oat"sv) ||
230230
tag == "KernelSU"sv || tag == "LSPlant"sv || tag == "LSPlt"sv ||
231231
tag.starts_with("LSPosed"sv) || tag == "Magisk"sv || tag == "SELinux"sv ||
232-
tag.starts_with("zygisk"sv))) [[unlikely]] {
232+
tag == "TEESimulator"sv || tag.starts_with("zygisk"sv))) [[unlikely]] {
233233
verbose_print_count_ += PrintLogLine(entry, verbose_file_.get());
234234
}
235235
if (entry.pid == my_pid_ && tag == "LSPosedLogcat"sv) [[unlikely]] {

0 commit comments

Comments
 (0)