mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
increase size of backtrace
This commit is contained in:
parent
a78226c536
commit
806a4b7eaf
@ -68,7 +68,7 @@ namespace {
|
|||||||
using namespace Debug::Internal;
|
using namespace Debug::Internal;
|
||||||
|
|
||||||
const uint32_t kGlobalSize = 0x10000;
|
const uint32_t kGlobalSize = 0x10000;
|
||||||
const uint32_t kBackTraceSize = 20;
|
const uint32_t kBackTraceSize = 50;
|
||||||
|
|
||||||
bool sigInt = false;
|
bool sigInt = false;
|
||||||
bool memBreak = false;
|
bool memBreak = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user