Commit 1841ca9b authored by rnk@google.com's avatar rnk@google.com

Interleave DrMemory's error reports, but disable summaries and startup info.

Review URL: http://codereview.chromium.org/8641003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111233 0039d316-1c4b-4281-b951-d872f2087c98
parent ffdb8f8f
......@@ -849,7 +849,14 @@ class DrMemory(BaseTool):
proc += ["-debug"]
proc += ["-logdir", common.NormalizeWindowsPath(self.log_dir)]
proc += ["-batch", "-quiet", "-no_results_to_stderr"]
# Use -no_summary to suppress DrMemory's summary and init-time
# notifications. We generate our own with drmemory_analyze.py.
proc += ["-batch", "-no_summary"]
# Un-comment to disable interleaved output. Will also suppress error
# messages normally printed to stderr.
#proc += ["-quiet", "-no_results_to_stderr"]
proc += ["-callstack_max_frames", "40"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment