Lines Matching refs:INFO
129 LOG(INFO) << "Resetting all persisted state as this is a new response"; in SetResponse()
146 LOG(INFO) << "Resetting all payload state as the url index seems to have " in SetResponse()
165 LOG(INFO) << "Payload downloaded successfully"; in DownloadComplete()
189 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex() in DownloadProgress()
224 LOG(INFO) << "Resuming an update that was previously started."; in UpdateResumed()
230 LOG(INFO) << "Starting a new update"; in UpdateRestarted()
264 LOG(INFO) << "Updating payload state for error code: " << base_error << " (" in UpdateFailed()
271 LOG(INFO) << "Ignoring failures until we get a valid Omaha response."; in UpdateFailed()
378 LOG(INFO) << "Not incrementing URL index or failure count for this error"; in UpdateFailed()
402 LOG(INFO) << "Payload backoff logic is disabled. " in ShouldBackoffDownload()
407 LOG(INFO) << "Payload backoff logic is disabled because download " in ShouldBackoffDownload()
412 LOG(INFO) << "Payload backoff disabled for interactive update checks."; in ShouldBackoffDownload()
421 LOG(INFO) << "No backoffs for delta payloads. " in ShouldBackoffDownload()
432 LOG(INFO) << "No backoffs for test/dev images. " in ShouldBackoffDownload()
438 LOG(INFO) << "No backoff expiry time has been set. " in ShouldBackoffDownload()
444 LOG(INFO) << "The backoff expiry time (" in ShouldBackoffDownload()
450 LOG(INFO) << "Cannot proceed with downloads as we need to backoff until " in ShouldBackoffDownload()
468 LOG(INFO) << "Not incrementing payload attempt number for delta payloads"; in IncrementFullPayloadAttemptNumber()
472 LOG(INFO) << "Incrementing the full payload attempt number"; in IncrementFullPayloadAttemptNumber()
481 LOG(INFO) << "Incrementing the URL index for next attempt"; in IncrementUrlIndex()
484 LOG(INFO) << "Resetting the current URL index (" << url_index_ << ") to " in IncrementUrlIndex()
503 LOG(INFO) << "Incrementing the URL failure count"; in IncrementFailureCount()
506 LOG(INFO) << "Reached max number of failures for Url" << GetUrlIndex() in IncrementFailureCount()
516 LOG(INFO) << "Not excluding as marked non-excludable for package hash=" in ExcludeCurrentPayload()
526 LOG(INFO) << "Excluded " in ExcludeCurrentPayload()
533 LOG(INFO) << "Resetting backoff expiry time as payload backoff is disabled"; in UpdateBackoffExpiryTime()
562 LOG(INFO) << "Incrementing the backoff expiry time by " in UpdateBackoffExpiryTime()
585 LOG(INFO) << "Current download source: " in UpdateCurrentDownloadSource()
891 LOG(INFO) << "Current Response Signature = \n" << response_signature_; in SetResponseSignature()
914 LOG(INFO) << "Full Payload Attempt Number = " << full_payload_attempt_number_; in SetFullPayloadAttemptNumber()
922 LOG(INFO) << "Payload Index = " << payload_index_; in SetPayloadIndex()
941 LOG(INFO) << "Current URL Index = " << url_index_; in SetUrlIndex()
957 LOG(INFO) << "Scattering Wait Period (seconds) = " in SetScatteringWaitPeriod()
975 LOG(INFO) << "Staging Wait Period (days) =" << staging_wait_period_.InDays(); in SetStagingWaitPeriod()
991 LOG(INFO) << "URL Switch Count = " << url_switch_count_; in SetUrlSwitchCount()
1002 LOG(INFO) << "Current URL (Url" << GetUrlIndex() in SetUrlFailureCount()
1029 LOG(INFO) << "Backoff Expiry Time = " in SetBackoffExpiryTime()
1084 LOG(INFO) << "Update Timestamp End = " in SetUpdateTimestampEnd()
1136 LOG(INFO) << "Setting rollback-happened to " << rollback_happened << "."; in SetRollbackHappened()
1157 LOG(INFO) << "Excluding version " << rollback_version; in SetRollbackVersion()
1171 LOG(INFO) << "Update Duration Uptime = " in SetUpdateDurationUptimeExtended()
1214 LOG_IF(INFO, log) << "Current bytes downloaded for " in SetCurrentBytesDownloaded()
1238 LOG_IF(INFO, log) << "Total bytes downloaded for " << utils::ToString(source) in SetTotalBytesDownloaded()
1249 LOG(INFO) << "Num Responses Seen = " << num_responses_seen_; in SetNumResponsesSeen()
1259 LOG(INFO) << "Downloads via HTTP Url are not enabled by device policy"; in ComputeCandidateUrls()
1261 LOG(INFO) << "Allowing HTTP downloads for unofficial builds"; in ComputeCandidateUrls()
1275 LOG(INFO) << "Candidate Url" << (candidate_urls_.back().size() - 1) in ComputeCandidateUrls()
1278 LOG(INFO) << "Found " << candidate_urls_.back().size() << " candidate URLs " in ComputeCandidateUrls()
1383 LOG(INFO) << "p2p Num Attempts = " << p2p_num_attempts_; in SetP2PNumAttempts()
1398 LOG(INFO) << "p2p First Attempt Timestamp = " in SetP2PFirstAttemptTimestamp()
1424 LOG(INFO) << "Number of p2p attempts is " << p2p_num_attempts_ in P2PAttemptAllowed()
1439 LOG(INFO) << "Time spent attempting p2p is " in P2PAttemptAllowed()