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

Commit 081f27d8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add trackingBug to Process.myPpid."

parents fc2b3994 4c2bef7b
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();
    }