Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1) Integrate breakpad_wrapper exception handler

 Adding header:

Code Block
#include "breakpad_wrapper.h"

   Adding callback function:

Code Block
breakpad_ExceptionHandler();

...