Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
crashInformation Struct Reference

#include <dms.h>

Data Fields

uint16_t numCrashes
 
uint32_t crashId
 
uint32_t crashData
 
uint16_t crashStrlen
 
char crashString [255]
 
uint16_t gcdumpStrlen
 
char gcdumpString [1024]
 

Detailed Description

This structure contains crash information

Parameters
numCrashes[OUT]
  • number of instances of the remaining fields
crashId[OUT]
  • ramdom crash id assigned at crash
crashData
  • crash data[OUT]
crashStrlen[IN/OUT]
  • length of the crashString field as an input, length of the crashString field returned by API as an OUTPUT
crashString
  • crash string
gcdumpStrlen[OUT]
  • length of the gcdumpString field as an input, length of the gcdumpString field returned by API as an OUTPUT
gcdumpString[OUT]
  • gcdump string for the crash

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