Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: src/client/linux/handler/exception_handler.cc

Issue 1334473003: Add GPU fingerprint information to breakpad microdumps. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/client/linux/handler/exception_handler.cc
diff --git a/src/client/linux/handler/exception_handler.cc b/src/client/linux/handler/exception_handler.cc
index 9b20fe25195fde766403c7ca7cc41b880252a0d9..dd9f6675acbe71dc6bead26a6207b3d842c329c9 100644
--- a/src/client/linux/handler/exception_handler.cc
+++ b/src/client/linux/handler/exception_handler.cc
@@ -581,7 +581,8 @@ bool ExceptionHandler::DoDump(pid_t crashing_process, const void* context,
context_size,
mapping_list_,
minidump_descriptor_.microdump_build_fingerprint(),
- minidump_descriptor_.microdump_product_info());
+ minidump_descriptor_.microdump_product_info(),
+ minidump_descriptor_.microdump_gpu_fingerprint());
}
if (minidump_descriptor_.IsFD()) {
return google_breakpad::WriteMinidump(minidump_descriptor_.fd(),
« no previous file with comments | « no previous file | src/client/linux/handler/minidump_descriptor.h » ('j') | src/client/linux/handler/minidump_descriptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698