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

RedisDesktop/CrashReporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/