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

Commit d90cc295 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Use ulimit -p rather than prlimit." am: 74d4d98b

am: e9f81ac2

* commit 'e9f81ac2':
  Use ulimit -p rather than prlimit.
parents 63a651f4 e9f81ac2
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