Use LOG instead of DLOG for crash logging in web tests.
Clusterfuzz doesn't always enable DCHECKs and using DLOG prevents us from seeing which process type crashed. The Clusterfuzz reports don't include logging from the child process to display the stack trace either so this is important. R=nasko@chromium.org Bug: 1068300 Change-Id: If2b7c676ff314e53af5877dbbd5ca0508cc9d920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140299Reviewed-by:Nasko Oskov <nasko@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#757156}
Showing
Please register or sign in to comment