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

Commit 0f9429be authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Add trackingBug to SharedMemory.getFd()

Bug: 171971817
Change-Id: Ib8367f9b310903d63eb000e4cce238693c1544b2
parent 081f27d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ public final class SharedMemory implements Parcelable, Closeable {
     *
     * @hide Exposed for native ASharedMemory_dupFromJava()
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 171971817)
    public int getFd() {
        return mFileDescriptor.getInt$();
    }