Skip to content
Snippets Groups Projects
Commit 7b9e2bd1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add trackingBug to SharedMemory.getFd()"

parents 081f27d8 0f9429be
No related branches found
No related tags found
No related merge requests found
......@@ -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$();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment