Merge "Add trackingBug to Process.myPpid." am: 081f27d84e am: bd6e1033fb am: 3c8ef9d1d4

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1478641

Change-Id: I1bf8dc971b9484453447aae44e508b6ccbfe526b
This commit is contained in:
Treehugger Robot
2020-10-29 17:06:09 +00:00
committed by Automerger Merge Worker

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