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

Method LogdLogger

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

Source from the content-addressed store, hash-verified

239
240#ifdef __ANDROID__
241LogdLogger::LogdLogger(LogId default_log_id) : default_log_id_(default_log_id) {
242}
243
244void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag,
245 const char* file, unsigned int line,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected