adb 截屏和录屏
时间:2021-04-23 11:57:08
收藏:0
阅读:0
1、截屏
adb shell screencap -p /sdcard/a.png
2、录屏
adb shell screenrecord /sdcard/a.mp4
评论(0)
1、截屏
adb shell screencap -p /sdcard/a.png
2、录屏
adb shell screenrecord /sdcard/a.mp4