search_error_reports
Search crash and ANR error reports for an app, with optional filters for issue, date range, and result limits.
Instructions
Search individual crash/ANR error reports for an app, including reportText with the raw stack trace, device info and app version. Filter to one issue with a filter like "issue = 'apps/com.acme.app/errorIssues/'" using an issue name from search_error_issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 25) | |
| filter | No | AIP-160 filter, e.g. "errorReportType = CRASH" | |
| end_date | Yes | End date (inclusive) as YYYY-MM-DD | |
| start_date | Yes | Start date (inclusive) as YYYY-MM-DD | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) |