Crash Snapshots

Crash snapshots provide detailed information for one application crash. When an instance of an instrumented application crashes, a crash snapshot is created.

The snapshot provides information to help you analyze the cause of the crash, including:

  • Crashed function.
  • Source file containing the crashed function.
  • Line number in the source file, if available.
  • Stack trace of the application at the time of the crash.

For iOS applications, crash snapshots are based on:

  • Fatal signals (SIGSEGV, and so on).
  • Unhandled Objective-C exceptions.

For Android applications, crash snapshots are based on unhandled Java exceptions.