Loading core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
core/java/android/os/Process.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading