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

Commit b2c42a1a authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder_ndk: docs for AIBinder_debugGetRefCount"

am: f218c0b4

Change-Id: I27bf6aec8c226f925d39ef62aa90f7205255c71a
parents d8a94a48 f218c0b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@ void AIBinder_decStrong(AIBinder* binder) __INTRODUCED_IN(29);
 * For debugging only!
 *
 * \param binder the binder object to retrieve the refcount of.
 *
 * \return the number of strong-refs on this binder in this process. If binder is null, this will be
 * -1.
 */
int32_t AIBinder_debugGetRefCount(AIBinder* binder) __INTRODUCED_IN(29);