You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
In logging_unittest.cc, we try to log a void* p = reinterpret_cast<void*>(0x12345678); in RAW_LOG(INFO, "ptr %p", p); format.
The golden file logging_unittest.err contains also a IDATE TIME__ THREADID logging_unittest.cc:LINE] RAW: ptr 0x12345678
When I build on x64 mode, outputs are: