JOAOSANTACRUZ.COM

How to display only my app's log using logcat

This is the way to filter locat's logs and show only messages from my application.


						

adb logcat | grep `adb shell ps | grep com.joaosantacruz.songmemo | cut -c10-15`

Go Back