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

Commit 9d04698e 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

parents b4441bf2 caa38f2a
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();
        }
    }
};