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

Commit 0db5336c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: Flush excess refs after single async transaction" am:...

Merge "libbinder: Flush excess refs after single async transaction" am: e378a9e3 am: 69f4e01c am: 8c967d54

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2402157



Change-Id: I4505c1c18ff728621a4d23ec8c68622a4107adb0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e85ed05b 8c967d54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1036,8 +1036,8 @@ processTransactInternalTailCall:
                return DEAD_OBJECT;
            }

            if (it->second.asyncTodo.size() == 0) return OK;
            if (it->second.asyncTodo.top().asyncNumber == it->second.asyncNumber) {
            if (it->second.asyncTodo.size() != 0 &&
                it->second.asyncTodo.top().asyncNumber == it->second.asyncNumber) {
                LOG_RPC_DETAIL("Found next async transaction %" PRIu64 " on %" PRIu64,
                               it->second.asyncNumber, addr);