NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
StacktraceLoader.cpp File Reference
Include dependency graph for StacktraceLoader.cpp:

Namespaces

 NES
 This exception represents a network error.
 

Macros

#define CALLSTACK_MAX_SIZE   32
 

Functions

std::string NES::collectAndPrintStacktrace ()
 This method collects the call stacks and prints it. More...
 
std::string NES::collectStacktrace ()
 This method only collects the call stacks Use this instead, if the Stacktrace is given over to another function to construct and print an error message, i.e. 'OnFatalError()' to avoid duplicate printing of the stack. More...
 

Macro Definition Documentation

◆ CALLSTACK_MAX_SIZE

#define CALLSTACK_MAX_SIZE   32