Needed by VD to investigate few issues with performance on slower boards.
Change-Id: I3d0ba83303b4897212afe1dd100eef26a160f27a
}
FD_CLR(sock, &m_readSet); // the one and only call on this socket is complete
+ Credentials creds = Credentials::getCredentialsFromSocket(sock);
+ LogWarning("Received message from PID " << creds.pid << " with prio: " << static_cast<int>(priority));
m_service->PutEvent(static_cast<Priority>(priority),
ConnectionID{sock, desc.counter},
- Credentials::getCredentialsFromSocket(sock),
+ std::move(creds),
std::move(buffer));
break;
}