Loading envsetup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -1097,7 +1097,7 @@ function coredump_enable() return; fi; echo "Setting core limit for $PID to infinite..."; adb shell /system/bin/ulimit -p $PID -c unlimited adb shell /system/bin/ulimit -P $PID -c unlimited } # core - send SIGV and pull the core for process Loading Loading
envsetup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -1097,7 +1097,7 @@ function coredump_enable() return; fi; echo "Setting core limit for $PID to infinite..."; adb shell /system/bin/ulimit -p $PID -c unlimited adb shell /system/bin/ulimit -P $PID -c unlimited } # core - send SIGV and pull the core for process Loading