Skip to content

Commit

Permalink
Override minimum logging level for breakpad to error messages.
Browse files Browse the repository at this point in the history
Otherwise, minidump_stackwalk produces far more debug output than
actual output.

BUG=none
R=mark@chromium.org

Review URL: https://codereview.chromium.org/59163005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233242 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jochen@chromium.org committed Nov 6, 2013
1 parent ecea98f commit 8cf5070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'target_name': 'minidump_stackwalk',
'type': 'executable',
'includes': ['breakpad_tools.gypi'],
'defines': ['BPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR'],
'sources': [
'src/processor/basic_code_module.h',
'src/processor/basic_code_modules.cc',
Expand Down

0 comments on commit 8cf5070

Please sign in to comment.