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

Function SetMinimumLogSeverity

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

Source from the content-addressed store, hash-verified

486}
487
488LogSeverity SetMinimumLogSeverity(LogSeverity new_severity) {
489 LogSeverity old_severity = gMinimumLogSeverity;
490 gMinimumLogSeverity = new_severity;
491 return old_severity;
492}
493
494ScopedLogSeverity::ScopedLogSeverity(LogSeverity new_severity) {
495 old_ = SetMinimumLogSeverity(new_severity);

Callers 2

ScopedLogSeverityMethod · 0.85
~ScopedLogSeverityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected