MCPcopy Create free account
hub / github.com/ddnet/ddnet / log_logger_android

Function log_logger_android

src/base/log.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169};
170std::unique_ptr<ILogger> log_logger_android()
171{
172 return std::make_unique<CLoggerAndroid>();
173}
174#else
175std::unique_ptr<ILogger> log_logger_android()
176{

Callers 3

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected