Closed
Bug 488513
Opened 16 years ago
Closed 16 years ago
Update breakpad for Socorro support
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.0
People
(Reporter: stuart.morgan+bugzilla, Assigned: stuart.morgan+bugzilla)
References
Details
Attachments
(1 file)
|
2.65 KB,
patch
|
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
There's a review in flight for Breakpad.framework to have built-in Socorro support, doing key remapping, adding required keys like crash time, etc. Once that lands, I need to rev our copy of breakpad and remove some of our main.m hackery.
So, other than seeing if *something* gets submitted, it's not worthwhile doing any testing on what we have yet?
| Assignee | ||
Comment 2•16 years ago
|
||
This change will actually be pretty minor; more data on the server (including comments) and fewer lines of code in the setup.
On the other hand, since the UI is changing, the submission is changing a bit, and we don't have symbols yet, it's probably accurate to say that there's not much to test yet. Mostly that UI comes up when there's a crash, I guess, and that a crash dump is written to disk (~/Library/Breakpad/Camino).
Blocks: 489123
| Assignee | ||
Comment 3•16 years ago
|
||
Once http://breakpad.appspot.com/9001/show has landed upstream I'll rev our copy again. I'll need to land these changes at the same time to avoid making things more broken. Once this lands we'll have real uptime and crash time values. We would theoretically have comments (the "socorro" entry maps that along with everything else), but it turns out that comments are broken in breakpad itself right now, so we'll instead get those for free in some later update.
Since the next pull will get my upstream changes for UI timeout control (bug 488727) and that also involves a new plist entry, I'm including that fix here as well.
Attachment #374150 -
Flags: superreview?(mikepinkerton)
Attachment #374150 -
Attachment is patch: true
Attachment #374150 -
Attachment mime type: application/octet-stream → text/plain
Blocks: 488727
| Assignee | ||
Comment 4•16 years ago
|
||
(comments will be fixed with http://breakpad.appspot.com/9001/show)
Comment 5•16 years ago
|
||
Comment on attachment 374150 [details] [diff] [review]
camino changes
u can has sr=pink
Attachment #374150 -
Flags: superreview?(mikepinkerton) → superreview+
| Assignee | ||
Comment 6•16 years ago
|
||
Landed, along with an update to r335 of Breakpad. That include the comment fix, so all data we are collecting should now be correct.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
(In reply to comment #3)
> Once http://breakpad.appspot.com/9001/show has landed upstream I'll rev our
> copy again. I'll need to land these changes at the same time to avoid making
> Once this lands we'll have real uptime and crash time values.
We don't seem to have "Last Crash" fields in our reports, just uptime (or did you mean something else by "crash time"?); see, for instance, bp-51f4a017-2a2d-4958-84b0-570292090508 vs. bp-e75c7261-c9e7-490d-9882-1eb7c2090504
| Assignee | ||
Comment 8•16 years ago
|
||
Crash time is the actual time when we crashed; Breakpad doesn't support Last Crash. I'll add it to my list of nice-to-have's (it's an optional field for Socorro, and it didn't seem as important, so I didn't worry about it for this bug). It's probably easy to add given the throttling code.
You need to log in
before you can comment on or make changes to this bug.
Description
•