crashpad
crashpad copied to clipboard
A fork of Crashpad with file attachment support and other improvements.
This PR adds tests for GitHub actions workflows for: - Windows - Linux - MacOS (x86_64) arm64 MacOS is not currently tested due to a GitHub actions limitation.
We've got a bit of an issue and I can only think of bad solutions so I'm hoping I've just overlooked something obvious. We're using the "attachments" argument to 'StartHandler'...
Target names such as compat, client and handler are fairly common names developers might choose for their own targets and thus using the backtrace fork is likely to cause issues...
…by using the -DSTATIC_RUNTIME=ON argument passed to the cmake generator command.
if I ues crashpad in my app, crashpad can normally generate .dmp file, but the system exception monitor service(com.apple.ReportCrash) cannot generate .ips file. if I do not use crashpad in...
checkout@v2 is still using Node 12 which is going to be removed in the future: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
Hello. I have attempted to compile the CMake-wrapped version of Crashpad provided by Backtrace separately on Windows, aiming to retrieve and save dump files locally. I do not require the...
I compile the demo in /crashpad/examples/linux/demo. And set the url is std::string url("https://submit.backtrace.io/yolo/20231222_test_demo/minidump"); handler_path is: /home/crashpad/handler/handler when I run the ./demo_linux, I don't know how to find the report
Our game has a debug builds that don't include crashpad in the build, and crashpad_handler.exe isn't deployed alongside the .exe. Only our shipping builds do this. Yet when running the...
This is the error.message recorded from an abort. But the prior command to this abort was an assert with useful text. Can we override this? And why does this default...