Skip to content

Commit 0cf1ff7

Browse files
committed
up
1 parent d10dba8 commit 0cf1ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kbe/src/lib/helper/debug_helper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ bool g_shouldWriteToSyslog = false;
8686
#ifdef KBE_USE_ASSERTS
8787
void myassert(const char * exp, const char * func, const char * file, unsigned int line)
8888
{
89+
backtrace_msg();
8990
boost::format s = (boost::format("assertion failed: %1%, file %2%, line %3%, at: %4%\n") % exp % file % line % func);
9091
printf("%s", (std::string("[ASSERT]: ") + s.str()).c_str());
9192
dbghelper.print_msg(s);

0 commit comments

Comments
 (0)