mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 01:24:22 +01:00
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
@ -507,7 +507,6 @@ TEST_F(LinuxPtraceDumperTest, SanitizeStackCopy) {
|
|||||||
for (size_t i = 0; i < word_count; ++i)
|
for (size_t i = 0; i < word_count; ++i)
|
||||||
++pre_sanitization_words[stack_words[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,
|
dumper.SanitizeStackCopy(stack_copy, stack_len, thread_info.stack_pointer,
|
||||||
stack_offset);
|
stack_offset);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user