Merge "Add tests for setup-bcb and clear-bcb via uncrypt." am: 4e48a6c1a1 am: af62097c08 am: b1e8150c44
am: 51ccca4b8c
Change-Id: Ifa6579a34df60e48ff53689397bb53464a5d15ee
This commit is contained in:
@@ -530,7 +530,7 @@ static bool setup_bcb(const int socket) {
|
||||
std::string content;
|
||||
content.resize(length);
|
||||
if (!android::base::ReadFully(socket, &content[0], length)) {
|
||||
PLOG(ERROR) << "failed to read the length";
|
||||
PLOG(ERROR) << "failed to read the message";
|
||||
return false;
|
||||
}
|
||||
LOG(INFO) << " received command: [" << content << "] (" << content.size() << ")";
|
||||
|
||||
Reference in New Issue
Block a user