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

Commit dd85d52a 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

Change-Id: I73435cc5ee1670ca6bc07e654f3e7255121b8276
parents d48292a1 b2c42a1a
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);