Lines Matching refs:ERROR
65 LOG(ERROR) << "Failed to parse command in message " << message; in ParseMinadbdCommand()
72 LOG(ERROR) << "Unsupported command code: " << cmd_code; in ParseMinadbdCommand()
85 PLOG(ERROR) << "Failed to write message " << message; in WriteStatusToFd()
156 PLOG(ERROR) << "Failed to read message from minadbd"; in HandleMessageFromMinadbd()
166 LOG(ERROR) << "Unsupported command: " in HandleMessageFromMinadbd()
189 PLOG(ERROR) << "Failed to create epoll"; in ListenAndExecuteMinadbdCommands()
200 PLOG(ERROR) << "Failed to add socket fd to epoll"; in ListenAndExecuteMinadbdCommands()
217 PLOG(ERROR) << "Failed to wait for epoll events"; in ListenAndExecuteMinadbdCommands()
222 LOG(ERROR) << "Timeout waiting for messages from minadbd"; in ListenAndExecuteMinadbdCommands()
282 PLOG(ERROR) << "Failed to create socket"; in CreateMinadbdServiceAndExecuteCommands()
288 PLOG(ERROR) << "Failed to fork child process"; in CreateMinadbdServiceAndExecuteCommands()
311 LOG(ERROR) << "Failed to set usb config to sideload"; in CreateMinadbdServiceAndExecuteCommands()
325 LOG(ERROR) << "\nYou need adb 1.0.32 or newer to sideload\nto this device.\n"; in CreateMinadbdServiceAndExecuteCommands()
327 LOG(ERROR) << "\n(adbd status " << WEXITSTATUS(status) << ")"; in CreateMinadbdServiceAndExecuteCommands()
339 LOG(ERROR) << "Failed to clear USB config"; in ApplyFromAdb()
380 LOG(ERROR) << "Failed to clear USB config"; in ApplyFromAdb()
385 LOG(ERROR) << "Failed to set USB config to " << usb_state; in ApplyFromAdb()