[ios] Use a single crash key to store breadcrumbs data.
Breakpad has a 255-byte limit on the size of a single value, but will internally split values up to 10 ways to stay under that limit. Breadcrumbs has similar, redundant functionality, so this CL disables it by increasing the maximum allowed value size. BUG=1068802 Change-Id: Ibb668f7270d6f48fb62844de88789f528b323bcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139996Reviewed-by:Eugene But <eugenebut@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#757500}
Showing
Please register or sign in to comment