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