DescriptionAndroid: Workaround for ftruncate() issues.
This works around a bug in M that prevents Breakpad from using
ftruncate() in the renderer process.
To do this, skip the calls to ftruncate() when allocating bigger
minidump files and strictly depends on write() to append to the end.
It might be less efficient but this is probably less of an issue on
SD cards. It is much better than not getting crash reports.
BUG=542840
Original CL: https://codereview.appspot.com/273880044/
Original CL Author: acleung@chromium.org
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/fe64fd4aa28bea49d93035279b32f318ed7de9cb
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|