- 2f6a3c92ce0f64e0923ad326ec5d07eae03061fd Add C++14's std::exchange to absl/utility/utility.h. by Abseil Team <absl-team@google.com>
- 9f2c9adbf998dd9062c8cc3da1076bde87081d71 Fix comment typo. by Greg Falcon <gfalcon@google.com> GitOrigin-RevId: 2f6a3c92ce0f64e0923ad326ec5d07eae03061fd Change-Id: I7b9db94ad315092baefe56b02f250acadafbe312
This commit is contained in:
parent
19b3c95727
commit
ea0e750e52
3 changed files with 31 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ void InitializeSymbolizer(const char *argv0) {
|
|||
SymSetOptions(SYMOPT_DEFERRED_LOADS | SYMOPT_UNDNAME);
|
||||
if (!SymInitialize(process, nullptr, true)) {
|
||||
// GetLastError() returns a Win32 DWORD, but we assign to
|
||||
// unsigned long to simplify the ABSL_RAW_LOG case below. The uniform
|
||||
// unsigned long long to simplify the ABSL_RAW_LOG case below. The uniform
|
||||
// initialization guarantees this is not a narrowing conversion.
|
||||
const unsigned long long error{GetLastError()}; // NOLINT(runtime/int)
|
||||
ABSL_RAW_LOG(FATAL, "SymInitialize() failed: %llu", error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue