More filters for the logcat event
The logcat event is such an amazing tool but I wish there were more filters!
The additional filters are of course optional and should work in tandem with each other via boolean operators.
I'll give you a quick example of what I mean. Imagine a log of the following structure:
[Servicename]: [1st fixed string] [variable string, a random id for example] [2nd fixed string] [irrelevant]
The filter would not work consistently in this case due to the changing nature of the log. However, the logcat event could work if we had two filters set up like this:
Filter 1: [1st fixed string]
AND
Filter 2: [2nd fixed string]
This way, the inconsistency is practically eliminated and the logcat event is back to working reliably