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

Unified Diff: chrome/common/crash_keys.cc

Issue 2710183005: ozone: drm: Add more debug details when dmabuf mmap fails. (Closed)
Patch Set: Address reveman's nits. 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 fe3830b3290308e47bed4a5c1bce7dc5a9b13755..464747abeeb51253766343d907db7179f2391d62 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -152,6 +152,10 @@ size_t RegisterChromeCrashKeys() {
{ kNumberOfUsers, kSmallSize },
// Temporary for https://crbug.com/660960
{ kLastGoodCloseStack, kMediumSize },
+ // Temporary for https://crbug.com/629521
+ { "mmap_params", kSmallSize },
+ { "buffer_size", kSmallSize },
+ { "errno", 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