pidcat
pidcat copied to clipboard
Support wildcards '*' in package name.
One would use this command to get all Google apps logs:
pidcat.py com.google.*
One would use this command to get all AOSP apps logs:
pidcat.py com.android.*
One would use this command to get all ActionBarSherlock Sample apps logs:
pidcat.py com.actionbarsherlock.*
Thanks.
yes great thing to add!
This would be great