gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Record uptime in crash reports #306

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the framework recorded its initialization time, then
figured out the elapsed time when a crash happens and report that as a
key/value pair.

The rationale for putting this in Breakpad itself is that uptime is
sometimes an interesting piece of data for crashes, but it's hard for a
client to send it themselves because it can only be figured out after the
crash has happened, when running in-process code is dangerous. Clients can
record launch time, and then figure it out after the fact, but that adds an
extra level indirection to get the information they actually want.

Original issue reported on code.google.com by stuart.morgan on 3 Apr 2009 at 11:05

GoogleCodeExporter commented 9 years ago
This was fixed by http://breakpad.appspot.com/6001

Original comment by stuart.morgan on 24 Apr 2009 at 4:19