Remove debugging fprintf in unittest code that prevents rolling breakpad
BUG=664460 Change-Id: I40d8567c659e97415db65cb308c0d39391c44353 Reviewed-on: https://chromium-review.googlesource.com/438364 Reviewed-by: Primiano Tucci <primiano@chromium.org>
This commit is contained in:
parent
049a1532e5
commit
cff58cdd0a
1 changed files with 0 additions and 1 deletions
|
@ -507,7 +507,6 @@ TEST_F(LinuxPtraceDumperTest, SanitizeStackCopy) {
|
|||
for (size_t i = 0; i < word_count; ++i)
|
||||
++pre_sanitization_words[stack_words[i]];
|
||||
|
||||
fprintf(stderr, "stack_offset=%lu stack_len=%lu stack=%p\n", stack_offset, stack_len, stack);
|
||||
dumper.SanitizeStackCopy(stack_copy, stack_len, thread_info.stack_pointer,
|
||||
stack_offset);
|
||||
|
||||
|
|
Loading…
Reference in a new issue