|
| 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 std::unique_ptr< backward::SignalHandling > | init_signal_handlers () |
| | To be called once at the beginning of the program to setup the signal handlers.
|
Definition at line 17 of file backtrace.h.
◆ 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_file | Whether to write the backtrace to a file. |
The documentation for this class was generated from the following file: