mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
9ad6d9f69c
By default, breakpad uses the build-id section for ids, if it isn't found, it uses the .text section. On the later case, the stripped libraries will have different ids from their non-stripped counterparts. See Bug 1062459 for details.