RDK Documentation (Open Sourced RDK Components)
rdk_debug.c File Reference
#include <rdk_debug.h>
#include <rdk_debug_priv.h>
#include <string.h>
#include <rdk_utils.h>
#include <stdarg.h>
Include dependency graph for rdk_debug.c:

Go to the source code of this file.

Functions

static void TouchFile (const char *pszFile)
 Touch the file which can be used to check whether to log or not. More...
 
void rdk_dbgDumpLog (const char *path)
 Dump the debug log. It will Dump all the current settings so that an analysis of a log file will include what logging information to expect. More...
 
void rdk_dbgInit ()
 Initialize the underlying MPEOS debug support. This API must be called only once per boot cycle. More...
 
void rdk_dbg_MsgRaw (rdk_LogLevel level, const char *module, const char *format,...)
 Send a debugging message to the debugging window. It is appended to the log output based on configurations set in the environment file. More...
 
void rdk_dbg_MsgRaw1 (rdk_LogLevel level, const char *module, const char *format, va_list args)
 

Variables

int global_count
 

yes

This source file contains the APIs for RDK debug.

Definition in file rdk_debug.c.