Skip to content

Instantly share code, notes, and snippets.

@alexleekt
Created November 9, 2015 23:52
Show Gist options
  • Save alexleekt/10686ce63f5c92c2df88 to your computer and use it in GitHub Desktop.
Save alexleekt/10686ce63f5c92c2df88 to your computer and use it in GitHub Desktop.
android aliases
alias adbss="adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > adbss_\$(date +'%y%m%d_%H%M%S').png"
alias wtf='adb logcat | grep E/AndroidRuntime'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment