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()
160 PLOG(ERROR) << "Failed to read message from minadbd"; in HandleMessageFromMinadbd()
170 LOG(ERROR) << "Unsupported command: " in HandleMessageFromMinadbd()
193 PLOG(ERROR) << "Failed to create epoll"; in ListenAndExecuteMinadbdCommands()
204 PLOG(ERROR) << "Failed to add socket fd to epoll"; in ListenAndExecuteMinadbdCommands()
221 PLOG(ERROR) << "Failed to wait for epoll events"; in ListenAndExecuteMinadbdCommands()
226 LOG(ERROR) << "Timeout waiting for messages from minadbd"; in ListenAndExecuteMinadbdCommands()
286 PLOG(ERROR) << "Failed to create socket"; in CreateMinadbdServiceAndExecuteCommands()
292 PLOG(ERROR) << "Failed to fork child process"; in CreateMinadbdServiceAndExecuteCommands()
315 LOG(ERROR) << "Failed to set usb config to sideload"; in CreateMinadbdServiceAndExecuteCommands()
329 LOG(ERROR) << "\nYou need adb 1.0.32 or newer to sideload\nto this device.\n"; in CreateMinadbdServiceAndExecuteCommands()
331 LOG(ERROR) << "\n(adbd status " << WEXITSTATUS(status) << ")"; in CreateMinadbdServiceAndExecuteCommands()
343 LOG(ERROR) << "Failed to clear USB config"; in ApplyFromAdb()
384 LOG(ERROR) << "Failed to clear USB config"; in ApplyFromAdb()
389 LOG(ERROR) << "Failed to set USB config to " << usb_state; in ApplyFromAdb()