Add trackingBug to Process.myPpid.

Bug: 171962076
Change-Id: Id2e731f471199a368b5a22046e0899d7b37f7337
This commit is contained in:
Mathew Inwood
2020-10-29 13:43:10 +00:00
parent fc2b39948c
commit 4c2bef7b71

View File

@@ -724,7 +724,7 @@ public class Process {
* Returns the identifier of this process' parent.
* @hide
*/
@UnsupportedAppUsage
@UnsupportedAppUsage(trackingBug = 171962076)
public static final int myPpid() {
return Os.getppid();
}