Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c2bef7b authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Add trackingBug to Process.myPpid.

Bug: 171962076
Change-Id: Id2e731f471199a368b5a22046e0899d7b37f7337
parent fc2b3994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }