adb-logcat
Retrieve Android device logs for debugging applications, with options to filter by package, tags, log level, or time period.
Instructions
Read device logs. Returns summary with logId for full output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines (default: 100) | |
| package | No | Filter by package name | |
| tags | No | Filter by log tags | |
| level | No | ||
| rawFilter | No | Raw logcat filter string | |
| since | No | Time filter (e.g., '5m' or ISO timestamp) |