Merge "Removing fake error: E: recv error on uevent" into android-9.0
This commit is contained in:
@@ -2960,7 +2960,7 @@ void TWPartitionManager::read_uevent() {
|
||||
|
||||
int len = recv(uevent_pfd.fd, buf, sizeof(buf), MSG_DONTWAIT);
|
||||
if (len == -1) {
|
||||
LOGERR("recv error on uevent\n");
|
||||
LOGINFO("recv error on uevent\n");
|
||||
return;
|
||||
}
|
||||
/*int i = 0; // Print all uevent output for test /debug
|
||||
|
||||
Reference in New Issue
Block a user