Merge "Add trackingBug to Process.myPpid." am: 081f27d84e am: bd6e1033fb
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1478641 Change-Id: If394833b11720aeaf9a5c75ca95efb60ff390249
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user