Home
last modified time | relevance | path

Searched refs:input_log (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_log_report.c28 unsigned int push_log(const char *input_log, int input_log_size) in push_log() argument
32 if (NULL == current_log_pos || NULL == input_log || input_log_size <= 0) { in push_log()
36 memcpy(current_log_pos, input_log, input_log_size); in push_log()

Completed in 3 milliseconds