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

Function SetLogger

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

Source from the content-addressed store, hash-verified

332}
333
334void SetLogger(LogFunction&& logger) {
335 std::lock_guard<std::mutex> lock(LoggingLock());
336 Logger() = std::move(logger);
337}
338
339void SetAborter(AbortFunction&& aborter) {
340 std::lock_guard<std::mutex> lock(LoggingLock());

Callers 1

InitLoggingFunction · 0.85

Calls 1

LoggerClass · 0.85

Tested by

no test coverage detected