Read recent logcat, filtered
logcat_grepRead recent Android logcat lines, optionally filtered by regex, to find crashes, debug prints, or network errors without using vision tools.
Instructions
Read the last N logcat lines, optionally filtered by a regex (e.g. your app's tag, or "Exception|FATAL"). No vision call, no cost - prefer this over screenshot_ask whenever what you need is already in a log line (crashes, your own debug prints, network errors).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | How many recent lines to fetch (default 200). | |
| filterRegex | No | Optional regex; only matching lines are returned. |