Homebrew!

This commit is contained in:
Jake Wharton
2014-03-11 20:21:19 -07:00
parent d4d265a6b0
commit 99f94e3552
+12 -1
View File
@@ -12,7 +12,7 @@ This script solves that problem by filtering by application package. Supply the
target package as the sole argument to the python script and enjoy a more
convenient development process.
./pidcat.py com.oprah.bees.android
pidcat com.oprah.bees.android
Here is an example of the output when running for the Google Plus app:
@@ -20,7 +20,18 @@ Here is an example of the output when running for the Google Plus app:
![Example screen](screen.png)
Install
-------
* OS X: Use [Homebrew][2].
brew install pidcat
* Others: Download the `pidcat.py` and place it on your PATH.
[1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/
[2]: http://brew.sh