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

Commit 6c27344a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add trackingBug to Process.myPpid." am: 081f27d8 am: bd6e1033 am:...

Merge "Add trackingBug to Process.myPpid." am: 081f27d8 am: bd6e1033 am: 3c8ef9d1 am: eb33a02f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1478641

Change-Id: Idcecc766ac5fce8278c83d4ba9c4d969ee480faf
parents 70780830 eb33a02f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ public class Process {
     * Returns the identifier of this process' parent.
     * @hide
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(trackingBug = 171962076)
    public static final int myPpid() {
        return Os.getppid();
    }