AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
appd_iot_stack_trace_t Struct Reference

AppDynamics Stack Trace
This structure captures the strack trace. More...

#include <appd_iot_def.h>

Data Fields

const char * thread
 
appd_iot_stack_frame_tstack_frame
 
int stack_frame_count
 

Detailed Description

AppDynamics Stack Trace
This structure captures the strack trace.

Field Documentation

◆ thread

const char* thread

Thread Name. If single thread it could be just "main"

◆ stack_frame

appd_iot_stack_frame_t* stack_frame

Stack Frame with list of functions starting with most recent call

◆ stack_frame_count

int stack_frame_count

Number of function calls present in the stack frame


The documentation for this struct was generated from the following file: