Record an Android display
mobile_screen_recordRecord an Android device display for a specified duration. Provide the device serial and logical display ID to start a blocking screen capture.
Instructions
Blocking record of one physical-backed display for a bounded duration. Prefer mobile_record_start/mark/stop when input must be interleaved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | Exact ADB serial from mobile_devices_list; never inferred when multiple devices exist | |
| displayId | Yes | Android framework logical display ID, not a SurfaceFlinger physical ID | |
| durationSeconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| serial | Yes | ||
| displayId | Yes | ||
| sizeBytes | Yes | ||
| artifactUri | Yes | ||
| physicalDisplayId | Yes |