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

Commit ef22b781 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "libbinder: dump dropped oneway transaction data" am: 505e9eac am:...

Merge "libbinder: dump dropped oneway transaction data" am: 505e9eac am: 4ccbf7d2 am: 8a15ccf0

Change-Id: Ic0e127c3ec7fd80f10df747d72aee7883b71fb86
parents afe61f9c 8a15ccf0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1230,6 +1230,11 @@ status_t IPCThreadState::executeCommand(int32_t cmd)
                if (error < NO_ERROR) reply.setError(error);
                sendReply(reply, 0);
            } else {
                if (error != OK || reply.dataSize() != 0) {
                    alog << "oneway function results will be dropped but finished with status "
                         << statusToString(error)
                         << " and parcel size " << reply.dataSize() << endl;
                }
                LOG_ONEWAY("NOT sending reply to %d!", mCallingPid);
            }