Lines Matching refs:LOG

197       LOG(WARNING) << "Last reported daily metrics "  in UpdateAttempter()
205 LOG(INFO) << "Last reported daily metrics " in UpdateAttempter()
209 LOG(INFO) << "Last reported daily metrics " in UpdateAttempter()
215 LOG(INFO) << "Reporting daily metrics."; in UpdateAttempter()
240 LOG(ERROR) << "The OS age (" << utils::FormatTimeDelta(age) in UpdateAttempter()
272 LOG(INFO) << "Not updating b/c we already updated and we're waiting for " in UpdateAttempter()
321 LOG(INFO) << "Device policies/settings present"; in UpdateAttempter()
323 LOG(INFO) << "No device policies/settings present."; in UpdateAttempter()
342 LOG(INFO) << "p2p is not enabled - disallowing p2p for both" in UpdateAttempter()
348 LOG(INFO) << "Non-interactive check - allowing p2p for downloading"; in UpdateAttempter()
351 LOG(INFO) << "Forcibly disabling use of p2p for downloading " in UpdateAttempter()
386 LOG(INFO) << "Forcibly disabling use of p2p since starting p2p or " in UpdateAttempter()
396 LOG(ERROR) << "Unable to initialize Omaha request params."; in UpdateAttempter()
402 LOG(INFO) << "No target channel mandated by policy."; in UpdateAttempter()
404 LOG(INFO) << "Setting target channel as mandated: " << target_channel; in UpdateAttempter()
410 LOG(ERROR) << "Setting the channel failed: " << error_message; in UpdateAttempter()
423 LOG(INFO) << "target_version_prefix = " in UpdateAttempter()
428 LOG(INFO) << "Wall Clock Based Wait Enabled = " in UpdateAttempter()
435 LOG(INFO) << "Use p2p For Downloading = " in UpdateAttempter()
442 LOG(INFO) << "forced to obey proxies"; in UpdateAttempter()
445 LOG(INFO) << "proxy manual checks: " << proxy_manual_checks_; in UpdateAttempter()
476 LOG(INFO) << "Scattering disabled since scatter factor is set to 0"; in UpdateAttempter()
478 LOG(INFO) << "Scattering disabled as this is an interactive update check"; in UpdateAttempter()
481 LOG(INFO) << "Scattering disabled since OOBE is enabled but not complete " in UpdateAttempter()
485 LOG(INFO) << "Scattering is enabled"; in UpdateAttempter()
511 LOG(INFO) << "Using persisted wall-clock waiting period: " << in UpdateAttempter()
519 LOG(INFO) << "Persisted value not present or not valid (" in UpdateAttempter()
533 LOG(INFO) << "Keeping current wall-clock waiting period: " << in UpdateAttempter()
573 LOG(INFO) << "Generated new wall-clock waiting period: " << utils::FormatSecs( in UpdateAttempter()
693 LOG(ERROR) << "Enterprise device detected. " in UpdateAttempter()
703 LOG(ERROR) << "Unable to initialize Omaha request params."; in UpdateAttempter()
707 LOG(INFO) << "Setting rollback options."; in UpdateAttempter()
717 LOG(INFO) << "Using this install plan:"; in UpdateAttempter()
752 LOG(INFO) << "UpdateAttempter::GetRollbackSlot"; in UpdateAttempter()
757 LOG(INFO) << " Installed slots: " << num_slots; in UpdateAttempter()
758 LOG(INFO) << " Booted from slot: " in UpdateAttempter()
762 LOG(INFO) << "Device is not updateable."; in UpdateAttempter()
770 LOG(INFO) << "Found bootable slot " in UpdateAttempter()
775 LOG(INFO) << "No other bootable slot found."; in UpdateAttempter()
782 LOG(INFO) << "Forced update check requested."; in UpdateAttempter()
813 LOG(INFO) << "Reboot requested, but status is " in UpdateAttempter()
839 LOG(INFO) << "Running \"" << base::JoinString(command, " ") << "\""; in UpdateAttempter()
851 LOG(WARNING) << "Updates permanently disabled."; in UpdateAttempter()
862 LOG(INFO) << "Running " in UpdateAttempter()
873 LOG(WARNING) in UpdateAttempter()
893 LOG(INFO) << "Processing Done."; in UpdateAttempter()
900 LOG(INFO) << "Error event sent."; in UpdateAttempter()
909 LOG(INFO) << "Booted from FW B and tried to install new firmware, " in UpdateAttempter()
937 LOG(INFO) << "Update successfully applied, waiting to reboot."; in UpdateAttempter()
957 LOG(ERROR) << "Can't send metrics because expected " in UpdateAttempter()
967 LOG(INFO) << "No update."; in UpdateAttempter()
1077 LOG(INFO) << "Setting destination channel to: " << channel; in UpdateAttempter()
1120 LOG(INFO) << "Attempting to reset state from " in UpdateAttempter()
1158 LOG(INFO) << "Reset status " << (ret_value ? "successful" : "failed"); in UpdateAttempter()
1163 LOG(ERROR) << "Reset not allowed in this state."; in UpdateAttempter()
1183 LOG(INFO) << "Update boot flags running, nothing to do."; in UpdateAttempter()
1187 LOG(INFO) << "Already updated boot flags. Skipping."; in UpdateAttempter()
1197 LOG(INFO) << "Marking booted slot as good."; in UpdateAttempter()
1200 LOG(ERROR) << "Failed to mark current boot as successful."; in UpdateAttempter()
1257 LOG(ERROR) << "Aborting download as target channel: " in UpdateAttempter()
1277 LOG(WARNING) << "There's already an existing pending error event."; in UpdateAttempter()
1323 LOG(ERROR) << "Update failed."; in UpdateAttempter()
1327 LOG(INFO) << "Reporting the error event"; in UpdateAttempter()
1343 LOG(INFO) << "Scheduling an action processor start."; in UpdateAttempter()
1356 LOG(WARNING) << "Too many delta update failures, forcing full update."; in UpdateAttempter()
1422 LOG(WARNING) << "Action processor running, Omaha ping suppressed."; in UpdateAttempter()
1443 LOG(INFO) << "No existing update check count. That's normal."; in UpdateAttempter()
1450 LOG(INFO) << "Update check count = " << update_check_count_value; in UpdateAttempter()
1456 LOG(INFO) << "Not decrementing update check count as it's already 0."; in UpdateAttempter()
1469 LOG(INFO) << "New update check count = " << update_check_count_value; in UpdateAttempter()
1474 LOG(INFO) << "Deleting update check count state due to read/write errors."; in UpdateAttempter()
1507 LOG(INFO) << "Not starting p2p at startup since it's not enabled."; in UpdateAttempter()
1512 LOG(INFO) << "Not starting p2p at startup since our application " in UpdateAttempter()
1525 LOG(INFO) << "Not starting p2p since it's not enabled."; in UpdateAttempter()
1529 LOG(INFO) << "Ensuring that p2p is running."; in UpdateAttempter()
1531 LOG(ERROR) << "Error starting p2p."; in UpdateAttempter()
1535 LOG(INFO) << "Performing p2p housekeeping."; in UpdateAttempter()
1537 LOG(ERROR) << "Error performing housekeeping for p2p."; in UpdateAttempter()
1541 LOG(INFO) << "Done performing p2p housekeeping."; in UpdateAttempter()
1584 LOG(INFO) << "Non-official build; allowing any update source."; in UpdateAttempter()
1589 LOG(INFO) << "Developer features enabled; allowing custom update sources."; in UpdateAttempter()
1593 LOG(INFO) in UpdateAttempter()