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

Method LogMessageData

base/src/main/cpp/logging.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188class LogMessageData {
189 public:
190 LogMessageData(const char* file, unsigned int line, LogSeverity severity,
191 const char* tag, int error)
192 : file_(GetFileBasename(file)),
193 line_number_(line),
194 severity_(severity),
195 tag_(tag),
196 error_(error) {}
197
198 DISALLOW_COPY_AND_ASSIGN(LogMessageData);
199

Callers

nothing calls this directly

Calls 1

GetFileBasenameFunction · 0.85

Tested by

no test coverage detected