screen_record_stop
Stop an active screen recording on an Android device and optionally transfer the captured file to the host machine by specifying a local save path.
Instructions
Stop screen recording and optionally pull the file to the host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial number | |
| localPath | No | Local path to save recording (only if pullToHost is true) | |
| pullToHost | No | Pull the recording to the host machine |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable status message | |
| success | Yes | Whether recording was stopped | |
| localPath | No | Host path the recording was pulled to, if requested |