Open
Bug 838061
Opened 12 years ago
Updated 2 years ago
Submit OS and OS version info as annotations
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
NEW
People
(Reporter: ted, Unassigned)
References
Details
OS and OS version info is currently extracted from the minidump file. If we get a zero-byte or malformed minidump file, that means we don't get any of that info. It ought to be simple enough to send that info in the annotations as well, which are sent separately. This way we'd be able to at least figure out what platforms we're getting empty or broken dumps from.
Comment 1•12 years ago
|
||
I think it probably even makes sense to send OS and OS version as two separate annotation fields to make it easier for the server side, which currently pareses them apart anyhow (and it might also make sense to send something other than the kernel version for Linux and Android there, but that's secondary).
Reporter | ||
Comment 2•12 years ago
|
||
Yeah, that's what I was thinking. For a first cut I'll probably just try to send the exact same information that is currently in the minidump.
Comment 4•11 years ago
|
||
Ted, are you still planning to do this? Or should dmajor perhaps work on this instead? We assigned the action item for this on the stability week to him, I guess he already basically volunteered for that. :)
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #4)
> Ted, are you still planning to do this? Or should dmajor perhaps work on
> this instead? We assigned the action item for this on the stability week to
> him, I guess he already basically volunteered for that. :)
My feelings won't be hurt if you want to keep it, though :)
Reporter | ||
Comment 6•11 years ago
|
||
I clearly haven't gotten around to it, so please do!
Assignee: ted → dmajor
This hasn't really been a priority for me since we're getting far fewer empty minidumps.
Assignee: dmajor → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•