mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Allow configuration of filters for logcat #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bernedom on 1/31/2024
The logcat window is quite a performance hog if there is no regex applied.
It would be nice if it would be possible to define filters for the call to logcat like it is possible on the adb command line.
Example for a filter that would limit all logoutput to severe, but create exceptions for MyApp to show debug output and Information level for "SomeOtherApp"
This could be something that could be stored in a workspace settings and maybe have two commands like
View LogcatandView logcat (filtered)