nrfxlib API 2.8.99
|
int nrf_modem_trace_processed | ( | size_t | len | ) |
#include <nrf_modem/include/nrf_modem_trace.h>
Notify the Modem library that the application has completed processing of trace data.
The application must call this function to let the Modem library free the trace memory. It is the application's responsibility to call this function with the total size of all trace fragments received. If the data is processed in chunks, the function can be called with the size that is processed since last call.
len | Length of trace data that is processed. |
Zero | on success. |
-NRF_EINVAL | len is too large to be a valid trace length. |