nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
log_rpc.h File Reference
#include <stddef.h>

Go to the source code of this file.

Enumerations

enum  log_rpc_level {
  LOG_RPC_LEVEL_NONE = 0 , LOG_RPC_LEVEL_ERR , LOG_RPC_LEVEL_WRN , LOG_RPC_LEVEL_INF ,
  LOG_RPC_LEVEL_DBG
}
 

Functions

int log_rpc_set_stream_level (enum log_rpc_level level)
 
int log_rpc_get_crash_log (size_t offset, char *buffer, size_t buffer_length)
 Retrieves the crash log retained on the remote device.