Closed
Bug 972970
Opened 11 years ago
Closed 11 years ago
Add annotation for which symbols were actually used in processing a dump
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
76
People
(Reporter: ted, Assigned: ted)
Details
Attachments
(1 file)
(deleted),
text/x-github-pull-request
|
Details |
Currently we don't have any information on which symbols we actually loaded during processing of a dump. This would be useful to know for discussions around changing symbol storage etc.
Patch in a minute.
Assignee | ||
Comment 1•11 years ago
|
||
This will add the following key to every module in the modules list that had symbols loaded during processing of the dump:
"loaded_symbols": true
Attachment #8376393 -
Flags: review?(benjamin)
Updated•11 years ago
|
Attachment #8376393 -
Flags: review?(benjamin)
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2bace224736d4d0560b9a671b9745602cc5b7691
Bug 972970 - Add annotation for which symbols were actually used in processing a dump
https://github.com/mozilla/socorro/commit/fdee9bbb0df6542839b7743abcf9c0c6e874dbde
Merge pull request #1891 from luser/note-loaded-symbols
Bug 972970 - Add annotation for which symbols were actually used in processing a dump. r=bsmedberg
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 76
You need to log in
before you can comment on or make changes to this bug.
Description
•