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

Commit fab40992 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "RPC Binder: special transactions for '0' only" into main

parents ce48c762 ccc52bb4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1095,6 +1095,8 @@ processTransactInternalTailCall:
                connection->allowNested = origAllowNested;
            } else {
                LOG_RPC_DETAIL("Got special transaction %u", transaction->code);
                LOG_ALWAYS_FATAL_IF(addr != 0,
                                    "!target && replyStatus == OK should imply addr == 0");

                switch (transaction->code) {
                    case RPC_SPECIAL_TRANSACT_GET_MAX_THREADS: {