get_logs
Retrieve Android device logs to identify crashes, exceptions, and errors during debugging. Filter by app, log level, time range, or device for targeted analysis.
Instructions
Get device logcat output. Use to find crashes, exceptions, and errors after reproducing a bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | No | Filter logs by app package name (e.g., com.example.app) | |
| level | No | Minimum log level: V(erbose), D(ebug), I(nfo), W(arn), E(rror), F(atal) | |
| lines | No | Number of recent log lines to return (default 200) | |
| since | No | Show logs since timestamp (e.g., '2024-01-15 10:30:00.000') | |
| device_id | No | Device ID (optional if only one device) |