~indicator-applet-developers/ubuntu-app-launch/trunk.17.04

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/ubuntu-app-launch.c

  • Committer: Ted Gould
  • Date: 2016-04-06 16:19:02 UTC
  • mto: This revision was merged to the branch mainline in revision 268.
  • Revision ID: ted@gould.cx-20160406161902-nti4ocrveugnhvyd
Switching to libwhoopsie for recoverable problem support

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <fcntl.h>
26
26
#include <errno.h>
27
27
#include <zeitgeist.h>
 
28
#include <libwhoopsie/recoverable-problem.h>
28
29
 
29
30
#include "ubuntu-app-launch-trace.h"
30
31
#include "second-exec-core.h"
32
33
#include "ual-tracepoint.h"
33
34
#include "click-exec.h"
34
35
#include "desktop-exec.h"
35
 
#include "recoverable-problem.h"
36
36
#include "proxy-socket-demangler.h"
37
37
#include "app-info.h"
38
38
 
1811
1811
                        NULL
1812
1812
                };
1813
1813
                props[1] = path;
1814
 
                report_recoverable_problem("ubuntu-app-launch-mir-fd-proxy", 0, TRUE, props);
 
1814
                whoopsie_report_recoverable_problem("ubuntu-app-launch-mir-fd-proxy", 0, TRUE, props);
1815
1815
        }
1816
1816
 
1817
1817
        g_object_unref(obj);