Requires adb and lnav
Currentlly has an issue where newer logs aren't shown after a while. Check this chat for fixes
adb logcat -v color --pid=$(adb shell pidof com.your.packagename) | lnav
Requires a slightly more complex one-liner to use wildcards.