• Home
  • Raw
  • Download

Lines Matching refs:WRITE_LOG

45     WRITE_LOG(LOG_DEBUG, "~HdcShell channelId:%u", taskInfo->channelId);  in ~HdcShell()
51 WRITE_LOG(LOG_WARN, "not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
55 WRITE_LOG(LOG_WARN, "childReady false channelId:%u", taskInfo->channelId); in ReadyForRelease()
59 WRITE_LOG(LOG_WARN, "childShell not ready for release channelId:%u", taskInfo->channelId); in ReadyForRelease()
64 WRITE_LOG(LOG_DEBUG, "ReadyForRelease close fdPTY:%d", fdPTY); in ReadyForRelease()
72 WRITE_LOG(LOG_DEBUG, "StopTask pidShell:%d childReady:%d", pidShell, childReady); in StopTask()
84 WRITE_LOG(LOG_DEBUG, "StopTask, kill pidshell:%d", pidShell); in StopTask()
121 WRITE_LOG(LOG_DEBUG, "Shell not running"); in CommandDispatch()
197 WRITE_LOG(LOG_DEBUG, "fork Thread create failed:%s", buf); in ThreadFork()
208 WRITE_LOG(LOG_DEBUG, "set Thread name failed."); in ShellFork()
222 WRITE_LOG(LOG_DEBUG, "Fork shell failed:%s", buf); in ShellFork()
226 WRITE_LOG(LOG_DEBUG, "ShellFork close ptmParam:%d", ptmParam); in ShellFork()
251 WRITE_LOG(LOG_DEBUG, "Cannot open ptmx, error:%s", buf); in CreateSubProcessPTY()
258 WRITE_LOG(LOG_DEBUG, "Cannot open2 ptmx, error:%s", buf); in CreateSubProcessPTY()
266 WRITE_LOG(LOG_DEBUG, "Trouble with ptmx, error:%s", buf); in CreateSubProcessPTY()
276 WRITE_LOG(LOG_DEBUG, "FinishShellProc finish"); in FinishShellProc()
300 WRITE_LOG(LOG_FATAL, "StartShell new childShell failed"); in StartShell()
305 WRITE_LOG(LOG_FATAL, "StartShell childShell->StartWorkOnThread false"); in StartShell()
312WRITE_LOG(LOG_DEBUG, "StartShell pid:%d channelId:%u ret:%d", pidShell, taskInfo->channelId, ret); in StartShell()