-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Filters are currently always ANDed together, I think it would be useful to have a way to OR filters, or more generally combine filters as boolean expressions like wireshark. This capability is also missing in adb logcat and android studio logcat and while using regex | or grep can work for some cases it doesn't work with more expressive filters.
E.g. tag:Foo || tag:Bar to see logs from multiple tags at once, and together with #54 this allows <expression> || is:crash to see logs you're interested in while also seeing crash stack traces.
Metadata
Metadata
Assignees
Labels
No labels