Closed
Bug 376720
Opened 18 years ago
Closed 18 years ago
send time-since-install with crash report
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
People
(Reporter: ted, Assigned: ted)
Details
Attachments
(1 file)
|
7.94 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Crash reporter should send time-since-install with crash report. Needs clarification from Jay--is this time since the original install, or time since the last update?
Comment 1•18 years ago
|
||
The time depends on what we will find most useful. I would think most of our analysis will be done based on versions, so I think it will be best to reset the counter with each new build/version... as long as we are able to keep a persistent unique user id that will allow us to track this data across builds/versions installed by the same user.
Ideally, we would have two counters, one for the total usage by the user per install location, and one for each build/version at each install location. Is that too much to ask for? ;-)
Updated•18 years ago
|
Assignee: ted.mielczarek → dcamp
| Assignee | ||
Comment 2•18 years ago
|
||
Stealing this bug back. This patch sends an InstallTime field. It's just a time_t value representing the time when this Build ID was first run.
Assignee: dcamp → ted.mielczarek
Status: NEW → ASSIGNED
Attachment #272647 -
Flags: review?(benjamin)
Comment 3•18 years ago
|
||
Comment on attachment 272647 [details] [diff] [review]
send InstallTime data
Talking with luser on IRC, a subsequent patch should also record the crash date so that we can do time math relatively accurately.
Attachment #272647 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 4•18 years ago
|
||
Checked in. I'll probably roll crash date into a patch for bug 376721.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•