Add trackingBug to SharedMemory.getFd()

Bug: 171971817
Change-Id: Ib8367f9b310903d63eb000e4cce238693c1544b2
This commit is contained in:
Mathew Inwood
2020-10-29 15:52:44 +00:00
parent 081f27d84e
commit 0f9429be41

View File

@@ -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$();
}