Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.03 KB

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/