Skip to content

Instantly share code, notes, and snippets.

@pocmo
Created September 19, 2017 14:18
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 pocmo/97ce5d1313843b38268abcd92ba8bbe8 to your computer and use it in GitHub Desktop.
Save pocmo/97ce5d1313843b38268abcd92ba8bbe8 to your computer and use it in GitHub Desktop.
# Linux:
adb shell screencap -p | sed 's/\r$//' > screen.png
# OS X:
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment