Loading system/btif/src/btif_config.cc +2 −2 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ bool btif_config_get_bin(const std::string& section, const std::string& key, const std::string* value_str = config_get_string(*config, section, key, NULL); if (!value_str) { LOG(WARNING) << __func__ << ": cannot find string for section " << section VLOG(1) << __func__ << ": cannot find string for section " << section << ", key " << key; return false; } Loading Loading
system/btif/src/btif_config.cc +2 −2 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ bool btif_config_get_bin(const std::string& section, const std::string& key, const std::string* value_str = config_get_string(*config, section, key, NULL); if (!value_str) { LOG(WARNING) << __func__ << ": cannot find string for section " << section VLOG(1) << __func__ << ": cannot find string for section " << section << ", key " << key; return false; } Loading