LogDrop
PanelCrashes

Crash Detail

Analyze a single crash issue with AI summary, impact metrics, event details, and stack trace

Crash Detail is the deep-dive view for a single crash issue. It shows impact metrics, trends, event-level context, an AI analysis summary (if enabled), and the stack trace to help you identify root cause and fix faster.

1) Header (Issue identity)

The header typically includes the crash title/signature, exception type, status (Open/Closed), issue signal, and sometimes a source file reference.

Screenshot: Crash Detail header

LogDrop Panel - Crash Detail Header

2) AI Analysis Summary

If AI analysis is enabled, this section summarizes the likely cause and suggests potential remediation steps. Treat it as a helper: validate against the stack trace and your codebase.

Screenshot: AI summary

LogDrop Panel - Crash Detail AI Summary

3) Impact metrics

Use impact metrics to prioritize. Common fields include:

  • Affected users
  • Total events (occurrences)
  • First seen / Last seen

Screenshot: Impact metrics

LogDrop Panel - Crash Detail Metrics

Charts help you identify whether the crash is growing, stable, or tied to specific segments. Common breakdowns include device model, OS version, and app version.

Screenshot: Trend chart

LogDrop Panel - Crash Trend

Screenshot: Distribution breakdowns

LogDrop Panel - Crash Distributions

5) Event details (single occurrence context)

Each event represents a single crash occurrence. Event details help you reproduce and debug the issue. Typical fields include:

  • App Version, OS Version, Device Model
  • Timestamp and Time in session (if available)
  • App state (foreground/background) if available
  • Flow UUID, Device UUID
  • Navigation between events (previous/next)

Screenshot: Event list / event detail

LogDrop Panel - Crash Event Detail

6) Stack trace

The stack trace is the primary source of truth for debugging. Start from the top-most relevant application frames, then correlate with logs and recent deployments.

Screenshot: Stack trace

LogDrop Panel - Crash Stack Trace

Tip: After identifying the suspected root cause, confirm by checking Log Detail for the same device/time window and by correlating with the Dashboard trend.

On this page