Created
August 29, 2018 12:51
-
-
Save koocbor/0a4e42ee2788580bf406d93fb67d6c8a to your computer and use it in GitHub Desktop.
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
adb shell | |
screenrecord --verbose /sdcard/demo.mp4 | |
`ctrl-c` | |
exit | |
adb pull /sdcard/demo.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I write a script