Merge "Add trackingBug to Process.myPpid."

This commit is contained in:
Treehugger Robot
2020-10-29 15:41:54 +00:00
committed by Gerrit Code Review

View File

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