Skip to content

Instantly share code, notes, and snippets.

@bemre
Created July 24, 2015 13:17
Show Gist options
  • Save bemre/8cdb1a32d1265c813601 to your computer and use it in GitHub Desktop.
Save bemre/8cdb1a32d1265c813601 to your computer and use it in GitHub Desktop.
Tail android application's log
adb logcat | grep `adb shell ps | grep com.example.package | cut -c10-15`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment