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

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

Issue 1624002: Add flags to control the amount of information written to Linux minidump files
Patch Set: Build against the latest code and address all review issues. Add a way to control the maximum threa… Created 10 years, 5 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
« no previous file with comments | « no previous file | src/client/linux/handler/exception_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/client/linux/crash_generation/crash_generation_server.cc
===================================================================
--- src/client/linux/crash_generation/crash_generation_server.cc (revision 1401)
+++ src/client/linux/crash_generation/crash_generation_server.cc (working copy)
@@ -263,7 +263,8 @@
if (!google_breakpad::WriteMinidump(minidump_filename.c_str(),
crashing_pid, crash_context,
- kCrashContextSize)) {
+ kCrashContextSize,
+ DUMP_ALL, -1)) {
close(signal_fd);
return true;
}
« no previous file with comments | « no previous file | src/client/linux/handler/exception_handler.cc » ('j') | no next file with comments »

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