mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added libbacktrace support.
This commit is contained in:
@@ -35,6 +35,8 @@ namespace bx
|
||||
pos += snprintf(&temp[pos], max(0, sizeof(temp)-pos), "\n");
|
||||
debugOutput(temp);
|
||||
|
||||
debugOutputCallstack(2);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user