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

Function SetAborter

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

Source from the content-addressed store, hash-verified

337}
338
339void SetAborter(AbortFunction&& aborter) {
340 std::lock_guard<std::mutex> lock(LoggingLock());
341 Aborter() = std::move(aborter);
342}
343
344static const char* GetFileBasename(const char* file) {
345 // We can't use basename(3) even on Unix because the Mac doesn't

Callers 1

InitLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected