logcat_capture
Capture Android logcat output with filters for PID, tags, severity, and package, bounded by size, lines, or duration, and optionally redacted to focus on relevant logs.
Instructions
Capture bounded, filtered, and redacted logcat output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | ||
| tags | No | ||
| since | No | ||
| severity | No | ||
| max_bytes | No | ||
| max_lines | No | ||
| duration_ms | No | ||
| package_name | No | ||
| include_crash_buffer | No |