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

Breakpad Migration

parent fb50dc6b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>LFI_3751-${aol}-${mode}</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<packaging>nar</packaging>
<name>LFI_3751</name>
<description>LFI_3751 device</description>
......
......@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: $";
#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