Start screen recording
record_video_startStarts recording the Android device screen using adb screenrecord, with an optional time limit up to 180 seconds. Returns a recording ID to stop the recording later.
Instructions
Start recording the device screen (adb screenrecord, max 3 minutes). Returns a recordingId for record_video_stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Emulator serial (defaults to session or the only device) | |
| timeLimitSeconds | No | Auto-stop after (default 180) |