put ModuleSignatureInfo into minidump
Categories
(Toolkit :: Crash Reporting, enhancement)
Tracking
()
People
(Reporter: willkg, Unassigned)
Details
The crash reporter client adds a ModuleSignatureInfo annotation. The crash ingestion processor passes this annotation along with all the other annotations as "evil json". The stackwalker uses this annotation value for things.
I think there's some effort going into removing the need for the "evil json". If the annotation data was in the minidump or somewhere else, then we could remove another thing that requires the stackwalker to use evil json.
Can we put ModuleSignatureInfo in the minidump?
| Reporter | ||
Comment 1•3 years ago
|
||
ModuleSignatureInfo isn't documented in CrashAnnotations.yaml. If it's not emitted anymore, I can remove it from Socorro.
| Reporter | ||
Comment 2•3 years ago
|
||
Looks like it's still emitted:
So this bug is probably just about documenting it in CrashAnnotations.yaml.
Comment 3•2 years ago
|
||
This is still emitted, and will still be emitted when bug 1743983 lands. However we should definitely revisit this and potentially move the data into the minidump.
Description
•