mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-01-11 02:35:35 +00:00
Log a message when microdump output is suppressed.
Change-Id: I11542ea9b702055e8f0b99c26cad2fea8681bce0 Reviewed-on: https://chromium-review.googlesource.com/417824 Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Primiano Tucci <primiano@chromium.org>
This commit is contained in:
parent
87e444e17d
commit
596fbb61bc
|
@ -166,6 +166,7 @@ class MicrodumpWriter {
|
||||||
void Dump() {
|
void Dump() {
|
||||||
CaptureResult stack_capture_result = CaptureCrashingThreadStack(-1);
|
CaptureResult stack_capture_result = CaptureCrashingThreadStack(-1);
|
||||||
if (stack_capture_result == CAPTURE_UNINTERESTING) {
|
if (stack_capture_result == CAPTURE_UNINTERESTING) {
|
||||||
|
LogLine("Microdump skipped (uninteresting)");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue