manager: Add an option to exclude the current application and certain system calls from the log viewer.

This commit is contained in:
ShirkNeko
2025-10-22 22:42:26 +08:00
parent e9ee2304d3
commit 7bf13fbfca
3 changed files with 96 additions and 4 deletions

View File

@@ -707,4 +707,6 @@
<string name="log_viewer_clear_search">清除搜索</string>
<string name="log_viewer_view_logs">查看使用日志</string>
<string name="log_viewer_view_logs_summary">查看 KernelSU 超级用户访问日志</string>
<string name="log_viewer_exclude_subtypes">排除子类型</string>
<string name="log_viewer_exclude_current_app">当前应用</string>
</resources>