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

Unified Diff: chrome/common/crash_keys.cc

Issue 2725813005: ozone: drm: Add fd number to crash keys when dmabuf mmap fails. (Closed)
Patch Set: remove unrelated change Created 3 years, 10 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
« no previous file with comments | « no previous file | ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 4750471a318da7d7430764ded852a50442a5abc0..5e5ff16eaab2500281e6ab23147b07154385625b 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -159,6 +159,7 @@ size_t RegisterChromeCrashKeys() {
{"mmap_params", kSmallSize},
{"buffer_size", kSmallSize},
{"errno", kSmallSize},
+ {"number_of_fds", kSmallSize},
#endif
#if defined(OS_MACOSX)
{mac::kFirstNSException, kMediumSize},
« no previous file with comments | « no previous file | ui/ozone/platform/drm/common/client_native_pixmap_dmabuf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698