mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
troubleshooter: deferred message for fatal errors (#491)
## Description of change When the game logs a fatal error message, queue up a deferred message for the troubleshooter.
This commit is contained in:
@@ -10,6 +10,7 @@ namespace deferredlogs {
|
||||
extern const std::initializer_list<std::string> SUPERSTEP_SOUND_ERROR_MESSAGE;
|
||||
|
||||
void set_softid(const std::string& softid);
|
||||
void report_fatal_message();
|
||||
void defer_error_messages(std::initializer_list<std::string> messages);
|
||||
void dump_to_logger(bool is_crash=false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user