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

Commit 0993fe07 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "binderRpcTest: include strong count in leaked ref" am: caa38f2a am:...

Merge "binderRpcTest: include strong count in leaked ref" am: caa38f2a am: 9d04698e am: 76a6c238 am: 654b3152

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



Change-Id: I234c09d458432c6e3f84412c053192e9ca5429a5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 927b0bc6 654b3152
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -182,7 +182,8 @@ struct ProcessSession {
            session = nullptr;

            EXPECT_EQ(nullptr, weakSession.promote())
                    << (debugBacktrace(host.getPid()), debugBacktrace(getpid()), "Leaked session");
                    << (debugBacktrace(host.getPid()), debugBacktrace(getpid()), "Leaked sess: ")
                    << session->getStrongCount();
        }
    }
};