Asking for possibility to filter existing logcat file (input pipe): ``` cat logcat.txt | python pidcat.py com.developer.strikes ``` or local file ``` ./pidcat.py -f logcat.txt com.developer.strikes ```