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

Unified Diff: chrome/common/crash_keys.h

Issue 12611026: [Mac] Record backtrace with nsexception logging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gramma Created 7 years, 9 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 | « chrome/browser/chrome_browser_application_mac.mm ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index 2da307a2a44e0bff8c9fa4946bf98d991f5f72a6..4111eb68e37a5949c503b798a5637fd87be5ebed 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -26,8 +26,9 @@ extern const char kFirstNSExceptionTrace[];
extern const char kLastNSException[];
extern const char kLastNSExceptionTrace[];
-// Records the current NSException as it's being created.
+// Records the current NSException as it is being created, and its backtrace.
extern const char kNSException[];
+extern const char kNSExceptionTrace[];
// In the CrApplication, records information about the current event's
// target-action.
« no previous file with comments | « chrome/browser/chrome_browser_application_mac.mm ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698