MCPcopy Create free account
hub / github.com/android/ndk-samples / LogMessageData

Class LogMessageData

base/src/main/cpp/include/base/logging.h:410–410  ·  view source on GitHub ↗

Data for the log message, not stored in LogMessage to avoid increasing the stack size.

Source from the content-addressed store, hash-verified

408// Data for the log message, not stored in LogMessage to avoid increasing the
409// stack size.
410class LogMessageData;
411
412// A LogMessage is a temporarily scoped object used by LOG and the unlikely part
413// of a CHECK. The destructor will abort if the severity is FATAL.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected