/CrashReporter

Crash reporter used in RedisDesktopManager

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Crash Reporter Build Status

Usage

crashreporter dumpFileName [crashedApplicationPath]

Supported API (Compatible with OopsyPad)

Send Crash Report

POST /crash-report
Parameters
Name Type Description
product String Crashed application name (RedisDesktopManager)
version String Crashed application version (0.7.7)
platform String OS name (Windows, Linux or OSX)
upload_file_minidump File Google Breakpad minidump
Response

If error occurred:

{"error" : "You use old version. Please download latest release <a href=\"http://redisdesktop.com/download\">0.8.0</a>"}

If minidump was accepted:

{"ok" : "Thank you!"}

Based on https://github.com/dschmidt/libcrashreporter-qt/