Closed
Bug 408729
Opened 17 years ago
Closed 17 years ago
Collect "time since open" stat
Categories
(Toolkit :: Crash Reporting, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: samuel.sidler+old, Assigned: ted)
Details
Attachments
(1 file, 1 obsolete file)
1.12 KB,
patch
|
mark
:
review+
|
Details | Diff | Splinter Review |
When should collect a "time since open" stat.
Rationale:
Collecting the time since last crash is fine for determining the "mean time before crash" but it doesn't help us track if a crash is on startup and see how many startup crashes there are. We can use the "time since [Firefox] open[ed]" to determine if there are a lot of startup crashes and to see how long users regularly keep their browsers open before crashing.
Flags: blocking1.9?
Comment 1•17 years ago
|
||
Would really like to get this so we can get a better idea from release to release how we are doing on actual stability
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Assignee | ||
Comment 2•17 years ago
|
||
Really simple patch to add a StartupTime field to the crash report. We can easily calculate time since start by subtracting this from CrashTime on the server. Obviously we'll need to make a server-side change (and probably a db change) to actually collect this info.
Updated•17 years ago
|
Attachment #293614 -
Flags: review?(mark) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checked in. Filed http://code.google.com/p/socorro/issues/detail?id=114 for the server-side component to this.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•17 years ago
|
||
Backed out. This doesn't compile right on Linux/mac. :-(
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•17 years ago
|
||
Right, tested this on Linux and Win32, should work fine everywhere.
Attachment #293614 -
Attachment is obsolete: true
Attachment #294276 -
Flags: review?(mark)
Comment 6•17 years ago
|
||
Comment on attachment 294276 [details] [diff] [review]
take 2
Even better.
Attachment #294276 -
Flags: review?(mark) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Checked in (again).
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•