JakeWharton / pidcat

Colored logcat script which only shows log entries for a specific application package.
Apache License 2.0
4.81k stars 495 forks source link

Open local logcat file #170

Open superbonaci opened 3 years ago

superbonaci commented 3 years ago

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
androiddevcoding commented 3 years ago

Still no options to open the file locally?

XiangZhi-an commented 2 years ago

I had the same problem.

xuIcream commented 2 years ago

I had the same problem.

inusedname commented 1 month ago

Can we have this feature. Thanks!!