Merge "[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh"
This commit is contained in:
@@ -1097,7 +1097,7 @@ function coredump_enable()
|
|||||||
return;
|
return;
|
||||||
fi;
|
fi;
|
||||||
echo "Setting core limit for $PID to infinite...";
|
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
|
# core - send SIGV and pull the core for process
|
||||||
|
Reference in New Issue
Block a user