Home
last modified time | relevance | path

Searched refs:log_scopes (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dlogging.cc51 string log_scopes = cl->GetSwitchValueASCII(switches::kLogScopes); in SetLogLevelFromCommandLine() local
52 shill::ScopeLogger::GetInstance()->EnableScopesByName(log_scopes); in SetLogLevelFromCommandLine()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc160 std::string log_scopes(kCommonLogScopes); in SetLogging() local
163 log_scopes += "+cellular"; in SetLogging()
166 log_scopes += "+ethernet"; in SetLogging()
169 log_scopes += "+vpn"; in SetLogging()
172 log_scopes += "+wifi"; in SetLogging()
175 log_scopes += "+wimax"; in SetLogging()
178 SetLoggingInternal(kLogLevel, log_scopes); in SetLogging()