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

Commit caa38f2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "binderRpcTest: include strong count in leaked ref"

parents 08182687 db95d579
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();
        }
    }
};