Go to the source code of this file.
Macros | |
#define | LE_BACKTRACE(msg) _le_backtrace(msg) |
Functions | |
void | _le_backtrace (const char *msg) |
Detailed Description
Legato Call Stack Backtrace Functionality include file.
Copyright (C) Sierra Wireless Inc.
Macro Definition Documentation
◆ LE_BACKTRACE
#define LE_BACKTRACE | ( | msg | ) | _le_backtrace(msg) |
Dump the current call stack to stderr.
- Parameters
-
msg String to print as the title of the backtrace.