Add tag `LSPosedContext` to module log (#2803)
This commit is contained in:
parent
254a8adb27
commit
c423c6e705
|
|
@ -220,7 +220,7 @@ void Logcat::ProcessBuffer(struct log_msg *buf) {
|
|||
|
||||
std::string_view tag(entry.tag, entry.tagLen);
|
||||
bool shortcut = false;
|
||||
if (tag == "LSPosed-Bridge"sv || tag == "XSharedPreferences"sv) [[unlikely]] {
|
||||
if (tag == "LSPosed-Bridge"sv || tag == "XSharedPreferences"sv || tag == "LSPosedContext") [[unlikely]] {
|
||||
modules_print_count_ += PrintLogLine(entry, modules_file_.get());
|
||||
shortcut = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue