Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
334
void SetLogger(LogFunction&& logger) {
335
std::lock_guard<std::mutex> lock(LoggingLock());
336
Logger() = std::move(logger);
337
}
338
339
void SetAborter(AbortFunction&& aborter) {
340
std::lock_guard<std::mutex> lock(LoggingLock());
Callers
1
InitLogging
Function · 0.85
Calls
1
Logger
Class · 0.85
Tested by
no test coverage detected