maxwellb / rdm-CrashReporter

Crash reporter used in RedisDesktopManager

Home Page:redisdesktop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Crash reporter used in RedisDesktopManager

redisdesktop.com

License:GNU General Public License v2.0


Languages

Language:C++ 68.4%Language:PHP 21.7%Language:QMake 9.5%Language:Shell 0.5%