1.1.3 App Debug System Service Interface
Data Types and Constants Summary
Name | Description |
---|---|
APP_LOG_LVL_DISABLE | App Debug Service Logging Disabled |
APP_LOG_ERROR_LVL | App Debug Service Error Log Level |
APP_LOG_DBG_LVL | App Debug Service Debug Log Level |
APP_LOG_INFO_LVL | App Debug Service Info Log Level |
APP_LOG_FN_EE_LVL | App Debug Service Service Entry/ Exit Log Level |
SYS_APPDEBUG_MAX_NUM_OF_USERS | Number of instances of App Debug Service supported |
SYS_APPDEBUG_CONFIG | Defines the data required to initialize the app debug system service. |
SYS_APPDEBUG_CtrlMsgType | Identifies the control message for which the User has called the SYS_APPDEBUG_CtrlMsg(). |
SYS_APPDEBUG_RESULT | Identifies the return values for the Sys App Debug APIs. |
Initialization functions Summary
Name | Description |
---|---|
SYS_APPDEBUG_Initialize | Returns success/ failure for initialization of data structures of the |
SYS_APPDEBUG_Deinitialize | Returns success/ failure for deinitialization of data structures of the |
Setup functions Summary
Name | Description |
---|---|
SYS_APPDEBUG_Open | Open an instance of the System App Debug service. |
SYS_APPDEBUG_Close | Close the specific module instance of the SYS App Debug service |
SYS_APPDEBUG_CtrlMsg | Returns success/ failure for the flow/ level set operation asked by the user. |
SYS_APPDEBUG_ERR_PRINT | Used for logging Error Level Logs |
SYS_APPDEBUG_DBG_PRINT | Used for logging Debug Level Logs |
SYS_APPDEBUG_INFO_PRINT | Used for logging Info Level Logs |
SYS_APPDEBUG_FN_ENTER_PRINT | Used for logging Function Entry Logs |
SYS_APPDEBUG_FN_EXIT_PRINT | Used for logging Function Exit Logs |