adb 스크린샷 찍기 OR 동영상 녹화

2021. 12. 1. 15:42Android/adb

스크린샷 찍기

adb shell screencap /sdcard/screen.png

 

동영상 녹화

adb shell screenrecord /sdcard/demo.mp4

 

Control+C(Mac의 경우 Command+C)를 눌러 화면 녹화를 중지합니다.

중지하지 않으면 녹화가 3분 또는 --time-limit로 설정한 시간 한도에서 자동으로 중지됩니다.

 

 

참고 사이트

https://developer.android.com/studio/command-line/adb?hl=ko 

 

Android 디버그 브리지(adb)  |  Android 개발자  |  Android Developers

기기와 통신할 수 있는 다목적 명령줄 도구인 Android 디버그 브리지를 알아보세요.

developer.android.com