as_logcat_watch_read
Read incremental logcat output from a running watch using a byte offset; returns new lines, a new offset, and status.
Instructions
Read new output from a running logcat watch since a byte offset.
Args: params (WatchReadInput): watch_id, since_offset, grep.
Returns: str: JSON with 'text' (new lines), 'offset' (pass to the next read), 'running' and 'total_bytes'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |