Allow configuration of filters for logcat #15

Open
opened 2025-08-09 17:12:56 +00:00 by fergalmoran · 0 comments
Owner

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"

adb logcat *:S MyApp:D SomeOtherApp:I

This could be something that could be stored in a workspace settings and maybe have two commands like
View Logcat and View logcat (filtered)

*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" ``` adb logcat *:S MyApp:D SomeOtherApp:I ``` This could be something that could be stored in a workspace settings and maybe have two commands like `View Logcat` and `View logcat (filtered)`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#15
No description provided.