stop_screen_record
Stop a screen recording in progress on an Android device, finalize the MP4, and pull it to your local path.
Instructions
Stop the screen recording, finalize the mp4, and pull it to a local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Target device serial (adb -s). Optional when exactly one device is attached. | |
| local_path | Yes | Local path to save the pulled mp4, e.g. /tmp/rec.mp4. |