I hate "your app is chatty" - messages, so i wrote a custom filter for them:
This works as expected, but i'd like to enhance it:
Currently, the filter shows logs of all of my appstarts. I'd like it to only show logs of my current appstart (which is the same as the default filter "show only selected application" does)
I suspect this is possible by filtering the PID, but i don't know how. (Android Studio hints, that there is code-completion enabled in the PID field)