Last active
September 3, 2019 05:28
-
-
Save arjupba/30134ef37a23790909537417e0a9cfe2 to your computer and use it in GitHub Desktop.
logcat package filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb logcat | grep -i "packagename" | |
| adb logcat | grep -F "`adb shell ps | grep com.asanayoga.asanarebel | tr -s [:space:] ' ' | cut -d' ' -f2`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment