Lines Matching refs:ERROR
46 LOG(ERROR) << "failed to retrieve system information"; in GetOsName()
65 LOG(ERROR) << "failed to retrieve system information"; in GetOsVersion()
74 LOG(ERROR) << "couldn't connect to socket"; in GetMacAddress()
83 LOG(ERROR) << "couldn't connect to socket"; in GetMacAddress()
95 LOG(ERROR) << "couldn't connect to socket"; in GetMacAddress()
138 LOG(ERROR) << "Failed to set url part '" << part << "' to '" << value in SetCurlUrlPart()
167 LOG(ERROR) << "Failed to initialize CURLU."; in PostRequest()
174 LOG(ERROR) << "Failed to set url to " << url.get() << clearcut_url in PostRequest()
184 LOG(ERROR) << "Failed to initialize CURL."; in PostRequest()
198 LOG(ERROR) << "Metrics message failed: [" << output << "]"; in PostRequest()
199 LOG(ERROR) << "http error code: " << http_code; in PostRequest()
200 LOG(ERROR) << "curl error code: " << rc << " | " << curl_easy_strerror(rc); in PostRequest()