android_record_start
Start recording an Android screen to capture app interactions for debugging. Specify device, max duration, and optional resolution, then stop the recording later.
Instructions
Start recording the screen. Interact normally, then call android_record_stop.
Args: device: Device serial; defaults to the first physical device. max_seconds: Hard stop (device caps this at 180s). size: Optional WxH, e.g. "720x1560", to shrink the capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| device | No | ||
| max_seconds | No |