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

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

libbinder_ndk: document dump FD ownership

The ownership here wasn't documented.

Bug: 288448299
Test: N/A
Change-Id: Id8339ebf3236bf0896c663346eccce50501a23b7
parent d9154a7a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ class ICInterface : public SharedRefBase {

    /**
     * Dumps information about the interface. By default, dumps nothing.
     *
     * This method is not given ownership of the FD.
     */
    virtual inline binder_status_t dump(int fd, const char** args, uint32_t numArgs);