adb_screenrecord_start
Initiate on-device screen recording on an Android device. Specify maximum duration (up to 180 seconds); then stop recording to pull the video file.
Instructions
Start recording the device screen. Recording runs on-device. Use adb_screenrecord_stop to finish and pull the video file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDuration | No | Maximum recording duration in seconds (1-180, default 60) | |
| device | No | Device serial |