Lines Matching refs:LOGE
77 LOGE("waitpid return -1, errno=%d:%s\n", errno, strerror(errno)); in CheckProcStatus()
83 LOGE("waitpid return error, rt=%d, errno=%d:%s\n", rt, errno, strerror(errno)); in CheckProcStatus()
85 LOGE("waitpid return error, errno is not set(no more info)\n"); in CheckProcStatus()
111 LOGE("ERROR: Fork Error, errno=%d, err=%s\n", errno, strerror(errno)); in StartElf()
117 LOGE("ERROR: execve return -1, errno=%d, err=%s\n", errno, strerror(errno)); in StartElf()
120 …LOGE("ERROR: execve should never return on success. rt=%d, errno=%d, err=%s\n", rt, errno, strerro… in StartElf()
148 LOGE("ERROR: sigtimedwait FAIL: %s\n", strerror(errno)); in RunElf()
152 LOGE("ERROR: kill child FAIL: %s\n", strerror(errno)); in RunElf()
163 LOGE("ERROR: child execute timed out!\n"); in RunElf()
173 LOGE("ERROR: Fork Error, errno=%d, err=%s\n", errno, strerror(errno)); in StartExecveError()
181 …LOGE("ERROR: execve should never return on success. rt=%d, errno=%d, err=%s\n", rt, errno, strerro… in StartExecveError()