Safir SDK Core
Loading...
Searching...
No Matches
Safir::Application::ScopedCrashReporter Class Reference

RAII class to call StartCrashReporter and StopCrashReporter automatically. More...

#include <Safir/Application/CrashReporter.h>

Public Member Functions

 ScopedCrashReporter ()
 
 ~ScopedCrashReporter ()
 

Detailed Description

RAII class to call StartCrashReporter and StopCrashReporter automatically.

Use this class at "program scope" in order to start the crash reporter functionality as early as possible in your program.

Constructor & Destructor Documentation

◆ ScopedCrashReporter()

Safir::Application::ScopedCrashReporter::ScopedCrashReporter ( )

References Safir::Application::CrashReporter::Start().

Here is the call graph for this function:

◆ ~ScopedCrashReporter()

Safir::Application::ScopedCrashReporter::~ScopedCrashReporter ( )

References Safir::Application::CrashReporter::Stop().

Here is the call graph for this function: