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()
171 LOG(ERROR) << "Unsupported command: " in HandleMessageFromMinadbd()
180 LOG(INFO) << "Command " << static_cast<uint32_t>(command_type) << " finished with " << result; in HandleMessageFromMinadbd()
227 LOG(ERROR) << "Timeout waiting for messages from minadbd"; in ListenAndExecuteMinadbdCommands()
234 LOG(INFO) << "Socket has been closed"; in ListenAndExecuteMinadbdCommands()
316 LOG(ERROR) << "Failed to set usb config to sideload"; in CreateMinadbdServiceAndExecuteCommands()
330 LOG(ERROR) << "\nYou need adb 1.0.32 or newer to sideload\nto this device.\n"; in CreateMinadbdServiceAndExecuteCommands()
332 LOG(ERROR) << "\n(adbd status " << WEXITSTATUS(status) << ")"; in CreateMinadbdServiceAndExecuteCommands()
344 LOG(ERROR) << "Failed to clear USB config"; in ApplyFromAdb()
385 LOG(ERROR) << "Failed to clear USB config"; in ApplyFromAdb()
390 LOG(ERROR) << "Failed to set USB config to " << usb_state; in ApplyFromAdb()