stop_screen_record
Stop an active screen recording on an Android device and pull the finalized mp4 to a 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. |