mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
bce68d7975
- Endian-swaps the 3 integer fields of the build id when returning it for use as the module id (see bug 229). - Removes the "app:" prefix on the main binary, as this prevents the crash server from matching the binary name (and it isn't particularly useful anyway) - Map "<vDSO>" to "libzircon.so" as that's what it actually is, so that symbols for it can be found. Bug: crashpad:196, crashpad:229 Change-Id: Ie4abc732b7696345b96c34dbb1a7d2cc2cfcf77f Reviewed-on: https://chromium-review.googlesource.com/1035461 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>