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

Commit 74d4d98b authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Use ulimit -p rather than prlimit."

parents ef0c2062 910a3559
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1029,7 +1029,7 @@ function coredump_enable()
        return;
    fi;
    echo "Setting core limit for $PID to infinite...";
    adb shell prlimit $PID 4 -1 -1
    adb shell /system/bin/ulimit -p $PID -c unlimited
}

# core - send SIGV and pull the core for process