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

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

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

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

Change-Id: I17a98a71f294bad93a5685fc82ec3a71ab8eba6e
parents 63b234d1 081f27d8
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();
    }