This is the list of crash snapshot properties. They appear in the Crash Snapshot Details window when you open a crash snapshot from Crash Analyze.

  • Carrier: name of the mobile carrier.
  • Connection Type: active connection type at the time of the crash,  if known.
  • Crashed File/Line/Function: name of the source file containing the crashed function, with the line number, if available. The name of the topmost function on the crashed thread's call stack. If this function is an Objective-C method, this name includes the class name. For Android, this name is the fully qualified name of the topmost method on the uncaught exception's stack trace.
  • Crash Time: timestamp when the crash occurred, based on the mobile device's clock.
  • Device/Manufacturer: model or manufacturer name of the mobile device on which the crash occurred.
  • Events Prior to Crash: Any breadcrumbs you might have set up.
  • Exception Name: name of the fatal signal (iOS) or uncaught exception (Android) associated with the crash.
  • Memory Usage: the memory used by the app when the crash occurred.
  • Mobile App: the name of the app that crashed.
  • OS Version: operating system version of the mobile device on which the crash occurred.
  • Platform: iOS or Android.
  • Request Timestamp: when the beacon arrived at the Collector. Snapshot only.
  • User Data: Any user data you might have added.
  • Version: the version string of the crashed application.

Crash Snapshot list only

  • Country: the originating country.
  • Crash id: the unique identifier for the crash.
  • Deobfuscated: For Android: True if this crash report has been matched with a ProGuard mapping file and deobfuscated; false otherwise.
    See Upload the Proguard Mapping File in Instrument an Android Application Manually and Get Human-Readable Crash Snapshots. A false value for this property does necessarily indicate that the crash report will not be human-readable since it is possible that the application in question was not obfuscated. 
  • Symbolicated: For iOS. True if this crash report has been matched with a dSYM file and symbolicated; false otherwise.
    The application must have been compiled with the Debugging Information Format set to DWARF with dSYM File for a crash report to exist. See Upload the dSYM File and Get Human-Readable Crash Snapshots