1. Home
  2. iOS Docs
  3. Crash Report Details

Crash Report Details

Provide a detailed view of crash occurrences and the resulting crashing sessions triggered by this specific crash.

Device Information

Fusion captures the following device information:

  • Brand Name.
  • Device Model.
  • App Version.
  • Free Disk.
  • Platform.
  • Screen Resolution.
  • Free Memory.
  • SDK Version.
  • Battery Level.
  • Image 2

Crash report contains the following information:

Occurrences

To pinpoint the cause, review crash records and history. Basic details provide quick insights. You can also have the option to search for a particular crash by device ID.

Image 2
Stack Trace

A stack trace operates on the call stack, also referred to as an execution stack, run-time stack, or machine stack. This essential data structure offers valuable insights into the current subroutine of the program under examination. It aids in understanding the priorities of each subroutine and the sequence in which they should be executed. When an application crashes, a stack trace is instrumental in gathering critical metadata, such as the precise filename, method, and line number where the crash occurred. Moreover, it enables you to inspect the status of all other threads that were active at the moment of the crash. This information is invaluable for diagnosing and resolving issues in your application.

Image 2

Mapping file enable developers to accurately trace and debug issues, such as crashes, by mapping them back to their source code location. It can accurately pinpoint the exact location of code-related crashes in their app, making it easier to identify and fix issues quickly. This aids in improving app stability and overall user experience. In Fusion, the mapping file is uploaded with every new release in the release management section.

Image 2
Repro Steps

Analyzing and resolving crashes is made easier with Fusion's unique feature. It lets you examine the user's activity leading up to the crash, showing the last five screens they interacted with. This valuable information empowers you to trace the crash's origin and understand how it developed and when it occurred. By utilizing Fusion's capabilities, you can efficiently diagnose and address the issue, leading to improved user experiences.

Image 2
Console Logs

Fusion captures console logs to assist developers in troubleshooting. These logs serve as a record of the app's behavior and can help developers pinpoint issues. By sharing logs with developers, they can provide valuable information for diagnosing problems, allowing for quicker and more accurate solutions.