Versions Compared

Key

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

...

  1. Integrate breakpad_wrapper exception handler

add        add header:

#include "breakpad_wrapper.h"

      add callback function:

breakpad_ExceptionHandler();


 2.  Simulate intentional crash in the code: 

...