diff options
author | ivanpe@chromium.org <ivanpe@chromium.org> | 2014-10-15 17:15:55 +0000 |
---|---|---|
committer | ivanpe@chromium.org <ivanpe@chromium.org> | 2014-10-15 17:15:55 +0000 |
commit | 962f1b0e60eca939232dc0d46780da4fdbbcfd85 (patch) | |
tree | 93a13610afe36ac94e26a40b56d1eef89c1f5611 /src/common/dwarf | |
parent | Linux multiprocess crash reporter: use pipe instead of socketpair in the client (diff) | |
download | breakpad-962f1b0e60eca939232dc0d46780da4fdbbcfd85.tar.xz |
The process uptime computation when the Windows out-of-process Crash Generation
Server is used is done by subtracting the crashing process creation time from
the current time when the crash is generated:
uptime = now - process_creation_time
There was a bug and instead of the process creation time the code was using the
time when the process was registered with the Crash Generation Server.
R=mark@chromium.org
Review URL: https://breakpad.appspot.com/1744002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1391 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/dwarf')
0 files changed, 0 insertions, 0 deletions