-3. Read the [Crashpad Integration Guide](/error-reporting/platform-integrations/crashpad/) and follow the instructions to use Backtrace's Crashpad binaries. You can [download the binaries](http://get.backtrace.io/crashpad/builds/) and view the source code on the [Backtrace branch on Github](https://github.com/backtrace-labs/crashpad/tree/backtrace). These binaries include additional features not available in the community-maintained (master) branch. Specifically, you can attach files to C++ crash reports, and generate a minidump even when a crash doesn't occur. This is useful for mixed call stacks because most C++ functions called from C# include exception handling code to allow the system to recover. However, engineers still need a minidump file to understand the call stack and investigate the root cause. Refer to the "Send reports using EXCEPTION_POINTERS in Windows" section in the [Readme](https://github.com/backtrace-labs/crashpad/blob/backtrace/README.md#send-reports-using-exception_pointers-in-windows) for more details.
0 commit comments