[blink] Report |location| and |message| from ReportFatalErrorInMainThread().
ReportFatalErrorInMainThread() is supplied with a |location| and |message|, which are logged in Debug builds with verbose logging enabled, but not otherwise. The function then invokes LOG(FATAL). Combine the two so that |location| and |message| are passed to LOG(FATAL), thereby providing useful context in crash reports. Bug: 1157386 Change-Id: I43e877b3d537b759c9db3c64534349009fefa7ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584852Reviewed-by:Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#836607}
Showing
Please register or sign in to comment