mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-04 14:22:02 +00:00
[common] debug: print backtraces on assertions
This commit is contained in:
@@ -156,6 +156,10 @@ bool installCrashHandler(const char * exe, char * argv0)
|
||||
return true;
|
||||
}
|
||||
|
||||
void printBacktrace(void)
|
||||
{
|
||||
}
|
||||
|
||||
void printAllThreadBacktraces(void)
|
||||
{
|
||||
}
|
||||
@@ -168,6 +172,10 @@ bool installCrashHandler(const char * exe, char * argv0)
|
||||
return true;
|
||||
}
|
||||
|
||||
void printBacktrace(void)
|
||||
{
|
||||
}
|
||||
|
||||
void printAllThreadBacktraces(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user