mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
- when disabling backtrace ensure console output only shows direct errors without backtrace
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
class PlatformExceptionHandler {
|
||||
public:
|
||||
static string application_binary;
|
||||
static bool disableBacktrace;
|
||||
static string getStackTrace();
|
||||
|
||||
virtual ~PlatformExceptionHandler() {}
|
||||
|
Reference in New Issue
Block a user