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

Commit 17966fde authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Remove additional trace added to InputChannel::receiveMessage

Bug: 297462790
Bug: 300465155
Test: None
Change-Id: Ib20cf76fba4360d998d650445baa8b2e494b63a9
parent 3821b0df
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);