diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 08:08:11 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 08:08:11 +0000 |
commit | 8cf5070e416a28385cc2a05e259d0aa3f7397a40 (patch) | |
tree | 56c8469e786b1725fab6bf4a86546462030cd53e /breakpad | |
parent | ecea98fc36878dd60296978096ff151204f20d45 (diff) | |
download | chromium_src-8cf5070e416a28385cc2a05e259d0aa3f7397a40.zip chromium_src-8cf5070e416a28385cc2a05e259d0aa3f7397a40.tar.gz chromium_src-8cf5070e416a28385cc2a05e259d0aa3f7397a40.tar.bz2 |
Override minimum logging level for breakpad to error messages.
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
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index ba7d75c..5df1e5f 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -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', |