When chunking crash keys with Breakpad, let the collector re-stitch the values.
After internal cl/170262399, the crash collector will automatically stitch together values named "key__1"..."key__N". Chromium's existing "key-1".."key-N" syntax is special-cased in the processor on a per-key basis. By switching to the key syntax handled by the collector, it will make converting to the new crash key API easier for values that have to be chunked in Breakpad (like the active URL and variations hashes). When the crash key reaches the processor, it will already be assembled into a single value, rather than needing to be joined by the processor. Bug: 598854 Change-Id: I393cc621bab61aafa4ea08602653807f448ff125 Reviewed-on: https://chromium-review.googlesource.com/822293Reviewed-by:Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#523564}
Showing
Please register or sign in to comment