Integrate Crashpad crash handler into CApplication

Crash handler launches an external crash handler executable called
swift_crashpad_handler. It monitores the parent process and produces
a local dump in case of a crash.
For release builds, the dump is also uploaded to a crash report server.

refs #490
This commit is contained in:
Roland Winklmeier
2016-07-27 13:35:13 +02:00
parent 4c82009ac1
commit e47aec223e
7 changed files with 91 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
{
"crashreportServerUrl": {
"url": "http://crashreports.swift-project.org:8090/crash_upload"
},
"dbHttpPort": 5080,
"dbHttpsPort": 50443,
"dbRootDirectoryUrl": {