HomeSort by relevance Sort by last modified time
    Searched refs:kLogLevel (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/
logging.cc 31 const char kLogLevel[] = "log-level";
37 if (cl->HasSwitch(switches::kLogLevel)) {
38 string log_level = cl->GetSwitchValueASCII(switches::kLogLevel);
logging.h 97 extern const char kLogLevel[];
  /system/connectivity/shill/wifi/
scan_session.cc 107 const int kLogLevel = 6;
108 ReportResults(kLogLevel);
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.h 54 static const int kLogLevel;
proxy_dbus_client.cc 24 const int ProxyDbusClient::kLogLevel = -4;
178 SetLoggingInternal(kLogLevel, log_scopes);

Completed in 158 milliseconds