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

Commit 0c588ac3 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

am: d90cc295

* commit 'd90cc295':
  Use ulimit -p rather than prlimit.
parents 903d29dc d90cc295
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