Does anyone have any examples of configurations for google breakpad? I can build it just fine, however, there is limited documentation. I would like to see examples, such as how to modify where crash reports get sent to.
Does anyone have any examples of configurations for google breakpad? I can build it
Share
This appears to be platform-specific. On Windows, you could check out the following function in client\windows\sender\crash_report_sender.h (in particular, note the ‘url’ argument).
Does this help?