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

Commit db95d579 authored by Steven Moreland's avatar Steven Moreland
Browse files

binderRpcTest: include strong count in leaked ref

Happened 1/2304 times yesterday. Still can't repro, still
not enough info to debug.

Bug: 244325464
Test: binderRpcTest
Change-Id: I1e05799eb0ec7395f2f298698c1beb46b8af1720
parent 08182687
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();
        }
    }
};