RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Papers & Presentations Archive
#include "breakpad_wrapper.h"
breakpad_ExceptionHandler();
raise(SIGSEGV);
// setupExit(); Where setupExit is the signal handler function static void setupExit(void) { signal(SIGINT, sighandler); // CTRL-C signal(SIGQUIT, sighandler); }
Include breakpad wrapper library to LDFLAGS LDFLAGS += "-lbreakpadwrapper"
DISCLAIMER: Please note that the use of the RDK Wiki is subject to its Privacy Policy & Terms of Use. In addition, this Wiki may be accessed by all RDK licensees and their contractors.
Powered by a free Atlassian Confluence Open Source Project License granted to RDKCentral. Evaluate Confluence today.