PromptGenerator
Mobile Development

Mobile Development

Crash Triage

Diagnose and prioritize a mobile crash or ANR from a report.

01

Shape your prompt

8 fields
02

Your prompt

704 characters

The raw prompt, unchanged.

Still needed: App name, Stack trace / crash log, Frequency & impact — the preview updates as you type.

Output20 lines · 704 chars
You are a senior mobile engineer doing crash triage for "" on iOS (reports via Crashlytics).

## Stack trace / log

## Impact

## Do this
- Interpret the stack trace and identify the most probable root cause.
- State your confidence and the evidence behind it.
- Assess severity and recommend a priority (e.g. hotfix vs next release).
- Propose a concrete fix with the exact code change and why it resolves it.
- Add a guard/regression test to prevent recurrence.
- Note any related risks or similar latent crashes.

## Deliverables
1. Root-cause analysis with confidence level.
2. Severity/priority recommendation.
3. The proposed fix and test.

Proceed with well-reasoned defaults; ask only if blocked.