tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
tracktion_CrashTracer.h File Reference

Go to the source code of this file.

Classes

struct  tracktion::engine::CrashStackTracer
 Used by the CRASH_TRACER macros to help provide a useful crash log of the stack. More...
 
struct  tracktion::engine::DeadMansPedalMessage
 This RAII class saves a property which will be reported at startup as a failure if the app disappears before its destructor is called. More...
 

Namespaces

namespace  tracktion
 
namespace  tracktion::engine
 Declarations from this namespaces are inlined into tracktion.
 

Macros

#define CRASH_TRACER
 This macro adds the current location to a stack which gets logged if a crash happens.
 
#define CRASH_TRACER_PLUGIN(p)
 This macro adds the current location and the name of a plugin to a stack which gets logged if a crash happens.
 

Macro Definition Documentation

◆ CRASH_TRACER

#define CRASH_TRACER

This macro adds the current location to a stack which gets logged if a crash happens.

Definition at line 41 of file tracktion_CrashTracer.h.

◆ CRASH_TRACER_PLUGIN

#define CRASH_TRACER_PLUGIN (   p)

This macro adds the current location and the name of a plugin to a stack which gets logged if a crash happens.

Definition at line 44 of file tracktion_CrashTracer.h.