Commit 6d2c3bee authored by wujing's avatar wujing

Merge branch 'develop_nfapi_rm2162' into develop

parents 8700faaa a85cb7ce
...@@ -304,7 +304,7 @@ int is_newline( char *str, int size); ...@@ -304,7 +304,7 @@ int is_newline( char *str, int size);
int register_log_component(char *name, char *fext, int compidx); int register_log_component(char *name, char *fext, int compidx);
#define LOG_MEM_SIZE 500*1024*1024 #define LOG_MEM_SIZE 100*1024*1024
#define LOG_MEM_FILE "./logmem.log" #define LOG_MEM_FILE "./logmem.log"
void flush_mem_to_file(void); void flush_mem_to_file(void);
void log_output_memory(const char *file, const char *func, int line, int comp, int level, const char* format,va_list args); void log_output_memory(const char *file, const char *func, int line, int comp, int level, const char* format,va_list args);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment