Skip to content

Instantly share code, notes, and snippets.

@arjunmenon
Created October 10, 2017 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjunmenon/e82257bca3077bae4513a41a7fd40b2c to your computer and use it in GitHub Desktop.
Save arjunmenon/e82257bca3077bae4513a41a7fd40b2c to your computer and use it in GitHub Desktop.
Filter adb logcat output by app name and pretty colors
adb logcat | grep `adb shell ps | grep com.package | cut -c10-15`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment