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

Commit 842b2c84 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "RPC Binder: log elevated error" into main

parents 3ee24ad1 37d9d0aa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1194,6 +1194,12 @@ processTransactInternalTailCall:
        // Forward the error to the client of the transaction.
        reply.freeData();
        reply.markForRpc(session);

        if (replyStatus != OK) {
            ALOGE("Dropping error from transaction (%s) due to more serious error in "
                  "validateParcel (%s)",
                  statusToString(replyStatus).c_str(), statusToString(status).c_str());
        }
        replyStatus = status;
    }