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

Method GetLineNumber

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

Source from the content-addressed store, hash-verified

200 const char* GetFile() const { return file_; }
201
202 unsigned int GetLineNumber() const { return line_number_; }
203
204 LogSeverity GetSeverity() const { return severity_; }
205

Callers 1

~LogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected