Collecting crash dumps

This guide describes how to collect crash dumps generated by Fuzio.

When the native process crashes, Fuzio generates and stores the crash dump files in the predefined directory. This directory will contain one or more *.dmp files. They are usually up to 5MB in size.

The default directory path is different for each platform:

  • Windows %localappdata%\Fuzio\2026.1.0\CrashReports
  • macOS $HOME/Library/Application Support/Fuzio/2026.1.0/CrashReports
  • Linux $HOME/.config/fuzio/2026.1.0/crash-reports

You can change the default directory by using the fuzio.crash.dump.dir system property:

Java
Kotlin
System.setProperty("fuzio.crash.dump.dir", "/Users/Me/.fuzio/SNAPSHOT/CrashReports");
System.setProperty("fuzio.crash.dump.dir", "/Users/Me/.fuzio/SNAPSHOT/CrashReports")

Customer Support

QR code to follow us on WeChat

Technical Support

QR code to follow us on WeChat