Skip to content

Boolean Logic in Filters #55

@bbb651

Description

@bbb651

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions