Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::utils::Backtrace Class Reference

Public Member Functions

std::string get_backtrace (std::string prefix, size_t depth, bool write_to_file)
 Returns the backtrace with depth number of elements and a string prefix prefix.

Static Public Member Functions

static std::unique_ptr< backward::SignalHandling > init_signal_handlers ()
 To be called once at the beginning of the program to setup the signal handlers.

Detailed Description

Definition at line 17 of file backtrace.h.

Member Function Documentation

◆ get_backtrace()

std::string zrythm::utils::Backtrace::get_backtrace ( std::string prefix,
size_t depth,
bool write_to_file )

Returns the backtrace with depth number of elements and a string prefix prefix.

Parameters
write_to_fileWhether to write the backtrace to a file.

The documentation for this class was generated from the following file: