Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9)

Issue 1744002: The process uptime computation when the Windows out-of-process Crash Generation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by ivanpe
Modified:
9 years, 6 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

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

Committed: https://code.google.com/p/google-breakpad/source/detail?r=1391

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/windows/crash_generation/client_info.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3
ivanpe
9 years, 6 months ago #1
Mark Mentovai
LGTM
9 years, 6 months ago #2
ivanpe
9 years, 6 months ago #3
Message was sent while issue was closed.
Committed patchset #1 manually as r1391 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted