24#ifndef __SAFIR_CRASH_REPORTER_H__
25#define __SAFIR_CRASH_REPORTER_H__
27#include <Safir/Application/Internal/SwReportExportDefs.h>
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
Provides methods to start and stop the crash reporting functionality.
Definition CrashReporter.h:37
static void Stop()
Stop crash reporting.
static void Start()
Start crash reporter.
RAII class to call StartCrashReporter and StopCrashReporter automatically.
Definition CrashReporter.h:70
~ScopedCrashReporter()
Definition CrashReporter.h:78
ScopedCrashReporter()
Definition CrashReporter.h:73