From 97918069d81d8e7a228294df69bb9af8b4e8c5e2 Mon Sep 17 00:00:00 2001 From: dmaclach Date: Wed, 28 Jul 2010 19:06:30 +0000 Subject: Review: http://breakpad.appspot.com/137001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@634 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/Framework/Breakpad.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/client/mac/Framework/Breakpad.h') diff --git a/src/client/mac/Framework/Breakpad.h b/src/client/mac/Framework/Breakpad.h index 6b5ce66a..52ea6c6b 100644 --- a/src/client/mac/Framework/Breakpad.h +++ b/src/client/mac/Framework/Breakpad.h @@ -110,16 +110,19 @@ typedef bool (*BreakpadFilterCallback)(int exception_type, // Key: Value: // BREAKPAD_PRODUCT Product name (e.g., "MyAwesomeProduct") // This one is used as the key to identify -// the product when uploading +// the product when uploading. Falls back to +// CFBundleName if not specified. // REQUIRED // // BREAKPAD_PRODUCT_DISPLAY This is the display name, e.g. a pretty // name for the product when the crash_sender -// pops up UI for the user. Falls back to +// pops up UI for the user. Falls back first to +// CFBundleDisplayName and then to // BREAKPAD_PRODUCT if not specified. // // BREAKPAD_VERSION Product version (e.g., 1.2.3), used -// as metadata for crash report +// as metadata for crash report. Falls back to +// CFBundleVersion if not specified. // REQUIRED // // BREAKPAD_VENDOR Vendor name, used in UI (e.g. "A report has -- cgit v1.2.1