MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / LogMessage

Method LogMessage

Bcore/src/main/cpp/android-base/logging.cpp:415–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413};
414
415LogMessage::LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity,
416 const char* tag, int error)
417 : data_(new LogMessageData(file, line, id, severity, tag, error)) {}
418
419LogMessage::LogMessage(const char* file, unsigned int line, LogId id, LogSeverity severity,
420 int error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected