Lines Matching refs:INFO
117 LOG(INFO) << "Resetting all persisted state as this is a new response"; in SetResponse()
129 LOG(INFO) << "Resetting all payload state as the url index seems to have " in SetResponse()
148 LOG(INFO) << "Payload downloaded successfully"; in DownloadComplete()
172 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex() in DownloadProgress()
207 LOG(INFO) << "Resuming an update that was previously started."; in UpdateResumed()
213 LOG(INFO) << "Starting a new update"; in UpdateRestarted()
247 LOG(INFO) << "Updating payload state for error code: " << base_error in UpdateFailed()
254 LOG(INFO) << "Ignoring failures until we get a valid Omaha response."; in UpdateFailed()
349 LOG(INFO) << "Not incrementing URL index or failure count for this error"; in UpdateFailed()
373 LOG(INFO) << "Payload backoff logic is disabled. " in ShouldBackoffDownload()
378 LOG(INFO) << "Payload backoff logic is disabled because download " in ShouldBackoffDownload()
383 LOG(INFO) << "Payload backoff disabled for interactive update checks."; in ShouldBackoffDownload()
391 LOG(INFO) << "No backoffs for delta payloads. " in ShouldBackoffDownload()
399 LOG(INFO) << "No backoffs for test/dev images. " in ShouldBackoffDownload()
405 LOG(INFO) << "No backoff expiry time has been set. " in ShouldBackoffDownload()
411 LOG(INFO) << "The backoff expiry time (" in ShouldBackoffDownload()
417 LOG(INFO) << "Cannot proceed with downloads as we need to backoff until " in ShouldBackoffDownload()
435 LOG(INFO) << "Not incrementing payload attempt number for delta payloads"; in IncrementFullPayloadAttemptNumber()
439 LOG(INFO) << "Incrementing the full payload attempt number"; in IncrementFullPayloadAttemptNumber()
447 LOG(INFO) << "Incrementing the URL index for next attempt"; in IncrementUrlIndex()
450 LOG(INFO) << "Resetting the current URL index (" << GetUrlIndex() << ") to " in IncrementUrlIndex()
470 LOG(INFO) << "Incrementing the URL failure count"; in IncrementFailureCount()
473 LOG(INFO) << "Reached max number of failures for Url" << GetUrlIndex() in IncrementFailureCount()
481 LOG(INFO) << "Resetting backoff expiry time as payload backoff is disabled"; in UpdateBackoffExpiryTime()
510 LOG(INFO) << "Incrementing the backoff expiry time by " in UpdateBackoffExpiryTime()
531 LOG(INFO) << "Current download source: " in UpdateCurrentDownloadSource()
748 LOG(INFO) << "Number of Reboots during current update attempt = " in SetNumReboots()
842 LOG(INFO) << "Current Response Signature = \n" << response_signature_; in SetResponseSignature()
858 LOG(INFO) << "Payload Attempt Number = " << payload_attempt_number_; in SetPayloadAttemptNumber()
866 LOG(INFO) << "Full Payload Attempt Number = " << full_payload_attempt_number_; in SetFullPayloadAttemptNumber()
878 LOG(INFO) << "Current URL Index = " << url_index_; in SetUrlIndex()
894 LOG(INFO) << "Scattering Wait Period (seconds) = " in SetScatteringWaitPeriod()
911 LOG(INFO) << "URL Switch Count = " << url_switch_count_; in SetUrlSwitchCount()
922 LOG(INFO) << "Current URL (Url" << GetUrlIndex() in SetUrlFailureCount()
949 LOG(INFO) << "Backoff Expiry Time = " in SetBackoffExpiryTime()
1003 LOG(INFO) << "Update Timestamp Start = " in SetUpdateTimestampStart()
1009 LOG(INFO) << "Update Timestamp End = " in SetUpdateTimestampEnd()
1064 LOG(INFO) << "Blacklisting version "<< rollback_version; in SetRollbackVersion()
1078 LOG(INFO) << "Update Duration Uptime = " in SetUpdateDurationUptimeExtended()
1119 LOG_IF(INFO, log) << "Current bytes downloaded for " in SetCurrentBytesDownloaded()
1144 LOG_IF(INFO, log) << "Total bytes downloaded for " in SetTotalBytesDownloaded()
1156 LOG(INFO) << "Num Responses Seen = " << num_responses_seen_; in SetNumResponsesSeen()
1166 LOG(INFO) << "Downloads via HTTP Url are not enabled by device policy"; in ComputeCandidateUrls()
1168 LOG(INFO) << "Allowing HTTP downloads for unofficial builds"; in ComputeCandidateUrls()
1181 LOG(INFO) << "Candidate Url" << (candidate_urls_.size() - 1) in ComputeCandidateUrls()
1185 LOG(INFO) << "Found " << candidate_urls_.size() << " candidate URLs " in ComputeCandidateUrls()
1203 LOG(INFO) << "Uploading " << utils::FormatTimeDelta(time_to_reboot) in BootedIntoUpdate()
1268 LOG(INFO) << "Uploading " << target_attempt in ReportFailedBootIfNeeded()
1326 LOG(INFO) << "p2p Num Attempts = " << p2p_num_attempts_; in SetP2PNumAttempts()
1341 LOG(INFO) << "p2p First Attempt Timestamp = " in SetP2PFirstAttemptTimestamp()
1366 LOG(INFO) << "Number of p2p attempts is " << p2p_num_attempts_ in P2PAttemptAllowed()
1382 LOG(INFO) << "Time spent attempting p2p is " in P2PAttemptAllowed()