Lines Matching refs:LOG
65 LOG(ERROR) << "Failed to parse command in message " << message; in ParseMinadbdCommand()
72 LOG(ERROR) << "Unsupported command code: " << cmd_code; in ParseMinadbdCommand()
170 LOG(ERROR) << "Unsupported command: " in HandleMessageFromMinadbd()
179 LOG(INFO) << "Command " << static_cast<uint32_t>(command_type) << " finished with " << result; in HandleMessageFromMinadbd()
226 LOG(ERROR) << "Timeout waiting for messages from minadbd"; in ListenAndExecuteMinadbdCommands()
233 LOG(INFO) << "Socket has been closed"; in ListenAndExecuteMinadbdCommands()
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()