 |
Android Debug Bridge | Android Developers
Here's an example recording session, using the adb shell to record the video and the pull command to download the file from the device: $ adb shell shell@ $ screenrecord --verbose /sdcard/demo.mp4 (press Ctrl-C to stop) shell@ $ exit $ adb pull /sdcard/de
developer.android.com |
 |