- when disabling backtrace ensure console output only shows direct errors without backtrace

This commit is contained in:
Mark Vejvoda
2012-07-03 00:19:23 +00:00
parent 3ec510fa17
commit a8af70cee1
4 changed files with 15 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ public:
class PlatformExceptionHandler {
public:
static string application_binary;
static bool disableBacktrace;
static string getStackTrace();
virtual ~PlatformExceptionHandler() {}