Home | History | Annotate | Download | only in installd

Lines Matching full:loge

131             LOGE("read error: %s\n", strerror(errno));
135 LOGE("eof\n");
152 LOGE("write error: %s\n", strerror(errno));
187 LOGE("too many arguments\n");
197 LOGE("%s requires %d arguments (%d given)\n",
205 LOGE("unsupported command '%s'\n", arg[0]);
230 LOGE("Failed to get socket from environment: %s\n", strerror(errno));
234 LOGE("Listen on socket failed: %s\n", strerror(errno));
243 LOGE("Accept failed: %s\n", strerror(errno));
252 LOGE("failed to read size\n");
256 LOGE("invalid size %d\n", count);
260 LOGE("failed to read command\n");