Searched refs:log_cmd (Results 1 – 1 of 1) sorted by relevance
1140 char log_cmd[120]; in start_logging() local1149 if(!sprintf(log_cmd,"logcat > /sdcard/%s/log.txt &",dir_name)) in start_logging()1154 …if(!sprintf(log_cmd,"%s /system/bin/syslink_trace_daemon.out -l /sdcard/%s/syslink_trace.txt -f &"… in start_logging()1158 command_list[2] = (char *)log_cmd; in start_logging()