mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
Depends on https://chromium-review.googlesource.com/c/chromium/mini_chromium/+/2424890 Although logging to files is not yet supported by mini_chromium, it is the default behavior for OS_WIN in chromium. This change should cause crashpad to log via OutputDebugString() on Windows, instead of debug.log files. Future work (crbug.com/crashpad/26) should arrange for logs to be uploaded with reports, embedded in associated minidumps or as file attachments. Bug: chromium:711159 Change-Id: I0f9004f7de94dd29d555cc7d23c48a63da6b4bba Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2425108 Reviewed-by: Mark Mentovai <mark@chromium.org>