mirror of
https://github.com/ksherlock/mpw.git
synced 2026-04-25 12:22:37 +00:00
increase size of backtrace
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ namespace {
|
||||
using namespace Debug::Internal;
|
||||
|
||||
const uint32_t kGlobalSize = 0x10000;
|
||||
const uint32_t kBackTraceSize = 20;
|
||||
const uint32_t kBackTraceSize = 50;
|
||||
|
||||
bool sigInt = false;
|
||||
bool memBreak = false;
|
||||
|
||||
Reference in New Issue
Block a user