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

Function GetMinimumLogSeverity

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

Source from the content-addressed store, hash-verified

482}
483
484LogSeverity GetMinimumLogSeverity() {
485 return gMinimumLogSeverity;
486}
487
488LogSeverity SetMinimumLogSeverity(LogSeverity new_severity) {
489 LogSeverity old_severity = gMinimumLogSeverity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected