36 class CrashReporter_Impl;
61 std::shared_ptr<CrashReporter_Impl> impl;
static void setup(const std::string &reports_directory, const std::string &uploader_executable=std::string())
Sets up a crash reporter that creates crash dumps in the specified directory.
static void hook_thread()
Hooks the current thread to the crash reporter.
static void invoke()
Force a crash.
static void generate_report()
Generate a crash report for the current thread without terminating.
Generates crash reports (aka. minidumps or core dumps) when the application crashes, or when requested.
Definition: crash_reporter.h:39
Definition: Application/application.h:35