DescriptionThe 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 #
MessagesTotal messages: 3
|