Feature #543

Implement Google Breakpad for Displayers

Added by sfb over 9 years ago. Updated almost 8 years ago.

Status:New Start date:05/13/2009
Priority:Low Due date:
Assignee:- % Done:

0%

Category:-
Target version:-

Description

Implement an "email function" for NeL displayers that submits crash information to Google Breakpad. Currently for NeL there is only one implementation in NLNET for sending crash reports:

email.cpp
bool sendEmail (const string &smtpServer, const string &from, const string &to, const string &subject, const string &body, const string &attachedFile, bool onlyCheck)

You can see how it is configured in the displayer in service.cpp:
setReportEmailFunction ((void*)sendEmail);

Information about Google Breakpad can be found here:
http://code.google.com/p/google-breakpad/wiki/ClientDesign

A very simple example implementationc can be found here:
http://code.google.com/p/google-breakpad/source/browse/trunk/src/processor/testdata/test_app.cc

History

#1 Updated by kervala almost 8 years ago

  • Project changed from NeL to Ryzom
  • Category deleted (Net)
  • Target version deleted (0.8.0)

Also available in: Atom PDF