Merge "Add trackingBug to SharedMemory.getFd()" am: 7b9e2bd143 am: 3e65b3750b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1479878 Change-Id: I43e991a35c14cf7149ed20408c08573e00f14b4c
This commit is contained in:
@@ -158,7 +158,7 @@ public final class SharedMemory implements Parcelable, Closeable {
|
|||||||
*
|
*
|
||||||
* @hide Exposed for native ASharedMemory_dupFromJava()
|
* @hide Exposed for native ASharedMemory_dupFromJava()
|
||||||
*/
|
*/
|
||||||
@UnsupportedAppUsage
|
@UnsupportedAppUsage(trackingBug = 171971817)
|
||||||
public int getFd() {
|
public int getFd() {
|
||||||
return mFileDescriptor.getInt$();
|
return mFileDescriptor.getInt$();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user