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

Unified Diff: src/client/windows/crash_generation/crash_generation_server.cc

Issue 408002: Add the capability to include an arbitrary data stream within minidumps (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/client/windows/crash_generation/crash_generation_server.cc
===================================================================
--- src/client/windows/crash_generation/crash_generation_server.cc (revision 974)
+++ src/client/windows/crash_generation/crash_generation_server.cc (working copy)
@@ -796,6 +796,7 @@
assert(context);
ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context);
client_info->PopulateCustomInfo();
+ client_info->PopulateCustomDataStream();
CrashGenerationServer* crash_server = client_info->crash_server();
assert(crash_server);
@@ -892,6 +893,7 @@
GetCurrentThreadId(),
client_ex_info,
client.assert_info(),
+ client.custom_data_stream(),
client.dump_type(),
true,
dump_path);

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