|
void | utility::install_crash_handler () |
| Set the crash handler for non-standard crashes (e.g. segfaults) Should only be called once at startup. More...
|
|
void | utility::set_application_name (char const *appname) |
| Set the application name that this was launched as. Should only be called once on startup. More...
|
|
void | utility::set_options_string (std::string const &options) |
| Set the string representation of the options to be used in the crash report Should only be called once on startup. More...
|
|
void | utility::save_crash_report (char const *message="(none)", std::string const &file="(none)", int const line=0) |
| Save a crash report to the crash reporter file. More...
|
|
void | utility::save_crash_report (char const *message, std::string const &file, int line, std::string const &traceback) |
|
void | utility::save_crash_report (std::string const &message, std::string const &file="(none)", int const line=0) |
| Save a crash report to the crash reporter file. More...
|
|
void | utility::save_crash_report (std::string const &message, std::string const &file, int const line, std::string const &traceback) |
|