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

Method ScopedLogSeverity

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

Source from the content-addressed store, hash-verified

492}
493
494ScopedLogSeverity::ScopedLogSeverity(LogSeverity new_severity) {
495 old_ = SetMinimumLogSeverity(new_severity);
496}
497
498ScopedLogSeverity::~ScopedLogSeverity() {
499 SetMinimumLogSeverity(old_);

Callers

nothing calls this directly

Calls 1

SetMinimumLogSeverityFunction · 0.85

Tested by

no test coverage detected