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

@@ -716,4 +716,6 @@ Important Note:\n
<string name="log_viewer_clear_search">Clear search</string>
<string name="log_viewer_view_logs">View Usage Logs</string>
<string name="log_viewer_view_logs_summary">View KernelSU superuser access logs</string>
<string name="log_viewer_exclude_subtypes">Exclude sub-types</string>
<string name="log_viewer_exclude_current_app">Current App</string>
</resources>