capture_start
Begin logging Android logcat into a background ring buffer to capture bug reproduction. Preserves verbose output and survives log rotation for later retrieval.
Instructions
Begin recording logcat into a background ring buffer.
Use this when the user is about to reproduce a bug: start the capture, let them reproduce it, then query with capture_read. Unlike read_logs this survives log rotation and captures everything, including verbose output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | session | |
| serial | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |