Collect logs for TEESimulator
Simplify the process of debugging https://github.com/JingMatrix/TEESimulator
This commit is contained in:
parent
0044a36fcf
commit
e7018a3b87
|
|
@ -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]] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue