您好,登錄后才能下訂單哦!
android 設置system/bin目錄類似linux,該目錄下有許多實用命令,類似
adb,sh,top,app_process,chmod,chown,dmesg,reboot,screenrecord等等。
錄屏作用:qa測試過程中有的bug需要還原現場,此時用手機拍攝有諸多不便,此時可以利用錄屏命令自動完成錄屏,然后上傳bug視頻。
其中screenrecord命令錄制視頻到內部存儲:
錄制命令:
adb shell screenrecord --size 1920x480 /storage/sdcard0/demorecord.mp4
時間設置:
adb shell screenrecord --time-limit 100 /storage/sdcard0/demorecord.mp4
停止錄制:
Ctrl + C會停止命令,自動停止錄制。
參數設置:
$ adb shell screenrecord --help
Usage: screenrecord [options]
Records the device's display to a .mp4 file.
Options:
–size WIDTHxHEIGHT 設置屏幕寬高,一般根據自己手機設置,最大支持1920x480。
Set the video size, e.g. “1280x720”. Default is the device's main
display resolution (if supported), 1280x720 if not. For best results,
use a size supported by the AVC encoder.
–bit-rate RATE 設置bit率
Set the video bit rate, in megabits per second. Default 4Mbps.
–time-limit TIME 設置錄制時間,默認最大時長180秒
Set the maximum recording time, in seconds. Default / maximum is 180.
–rotate 旋轉輸出
Rotate the output 90 degrees.
–verbose
Display interesting information on stdout.
–help
Show this message.
Recording continues until Ctrl-C is hit or the time limit is reached.
總結
以上所述是小編給大家介紹的android設置adb自帶screenrecord錄屏命令,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。