Skip to content

Instantly share code, notes, and snippets.

@arjupba
Last active September 3, 2019 05:28
Show Gist options
  • Select an option

  • Save arjupba/30134ef37a23790909537417e0a9cfe2 to your computer and use it in GitHub Desktop.

Select an option

Save arjupba/30134ef37a23790909537417e0a9cfe2 to your computer and use it in GitHub Desktop.
logcat package filter
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