Created
December 1, 2014 09:36
-
-
Save sthulesen/49f04aa1394bd1228564 to your computer and use it in GitHub Desktop.
Android: Take screen using shell command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/Android/sdk/platform-tools/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