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

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

Merge "libbinder_ndk: docs for AIBinder_debugGetRefCount" am: f218c0b4 am: b2c42a1a

am: dd85d52a

Change-Id: Ic1d10446372b51e8b851d19cf1ca779ecca3a5a8
parents cc8d6c1a dd85d52a
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);