MCPcopy Create free account
hub / github.com/android/ndk-samples / ScopedLogSeverity

Method ScopedLogSeverity

base/src/main/cpp/logging.cpp:288–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288ScopedLogSeverity::ScopedLogSeverity(LogSeverity new_severity) {
289 old_ = SetMinimumLogSeverity(new_severity);
290}
291
292ScopedLogSeverity::~ScopedLogSeverity() { SetMinimumLogSeverity(old_); }
293

Callers

nothing calls this directly

Calls 1

SetMinimumLogSeverityFunction · 0.85

Tested by

no test coverage detected