Android

android capture video

aucd29 2015. 3. 6. 16:17
http://stackoverflow.com/questions/5382212/capture-video-of-androids-screen

adb shell screenrecord /sdcard/movie.mp4
(Press Ctrl-C to stop)
adb pull /sdcard/movie.mp4