Skip to content
Snippets Groups Projects
Commit 4e222c5e authored by Vincent Hardion's avatar Vincent Hardion
Browse files

Breakpad Migration

parent 19a35054
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>PulseGeneration-${aol}-${mode}</artifactId>
<version>1.1.9</version>
<version>1.1.10</version>
<packaging>nar</packaging>
<name>PulseGeneration</name>
<description>PulseGeneration device</description>
......
......@@ -24,11 +24,21 @@ static const char *RcsId = "";
#include <tango.h>
#if defined(ENABLE_CRASH_REPORT)
# include <crashreporting/crash_report.h>
#else
# define DECLARE_CRASH_HANDLER
# define INSTALL_CRASH_HANDLER
#endif
DECLARE_CRASH_HANDLER;
int main(int argc, char *argv[])
{
INSTALL_CRASH_HANDLER;
Tango::Util *tg;
Tango::Util *tg = 0;
try
{
// Initialise the device server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment