search_error_issues
Search grouped crash/ANR issues for an Android app, returning deduplicated stack traces with affected versions, user counts, and Play Console links to help diagnose stability problems.
Instructions
Search grouped crash/ANR issues for an app (deduplicated stack traces). Each issue has a name containing its issue ID, type (CRASH/ANR), cause, location, errorReportCount, distinctUsers, affected versions, and an issueUri linking to the Play Console. Use the issue name with search_error_reports to read individual stack traces.
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 | |
| order_by | No | Sort order, e.g. 'errorReportCount desc' or 'distinctUsers desc' | |
| 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) |