nRF Connect SDK API 2.8.99
|
#include <applications/asset_tracker_v2/src/events/debug_module_event.h>
Enumerator | |
---|---|
DEBUG_EVT_MEMFAULT_DATA_READY | Event carrying Memfault data that should be forwarded via the configured cloud backend to Memfault cloud. Only sent if CONFIG_DEBUG_MODULE_MEMFAULT_USE_EXTERNAL_TRANSPORT is enabled. Payload is of type debug_module_memfault_data. The payload is heap allocated and must be freed after use. |
DEBUG_EVT_EMULATOR_INITIALIZED | Event sent after boot when building for PC. This event acts as a placeholder for MODEM_EVT_INITIALIZED which is not sent due to the modem module being disabled for PC builds. |
DEBUG_EVT_EMULATOR_NETWORK_CONNECTED | Event sent when the application is built for PC. When built for PC it is assumed that the application is connected to the network. |
DEBUG_EVT_ERROR | An irrecoverable error has occurred in the debug module. Error details are attached in the event structure. |