Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3f59eb0 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Remove additional trace added to InputChannel::receiveMessage" into main

parents ab4a94cb 17966fde
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -476,8 +476,6 @@ status_t InputChannel::sendMessage(const InputMessage* msg) {
}

status_t InputChannel::receiveMessage(InputMessage* msg) {
    ATRACE_NAME_IF(ATRACE_ENABLED(),
                   StringPrintf("receiveMessage(inputChannel=%s)", mName.c_str()));
    ssize_t nRead;
    do {
        nRead = ::recv(getFd(), msg, sizeof(InputMessage), MSG_DONTWAIT);