get_logs
Retrieve Android device logs (logcat) and apply filters by log level, tag, or keyword to isolate relevant entries.
Instructions
Get device logs (logcat). Filtering is applied in-process, never on the device shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Minimum log level | |
| lines | No | Number of lines to retrieve (default: 50, max 100000) | |
| filter | No | Filter logs by tag or keyword (substring match in-process) |