Home | History | Annotate | Download | only in update_engine

Lines Matching refs:LOG

67       LOG(ERROR) << "UpdateEngineService not available.";
120 LOG(ERROR) << error;
138 LOG(INFO) << "Got status update:";
139 LOG(INFO) << " last_checked_time: " << last_checked_time;
140 LOG(INFO) << " progress: " << progress;
141 LOG(INFO) << " current_operation: "
143 LOG(INFO) << " new_version: " << new_version;
144 LOG(INFO) << " new_size: " << new_size;
210 LOG(ERROR) << "Update failed, current operations is "
215 LOG(INFO) << "Update succeeded -- reboot needed.";
278 LOG(ERROR) << "Found a positional argument '" << positional_args.front()
286 LOG(INFO) << "Setting Update Engine status to idle ...";
289 LOG(INFO) << "ResetStatus succeeded; to undo partition table changes "
294 LOG(ERROR) << "ResetStatus failed";
303 LOG(ERROR) << "Unknown option: \"" << FLAGS_update_over_cellular
307 LOG(ERROR) << "Error setting the update over cellular setting.";
318 LOG(ERROR) << "Error getting the update over cellular setting.";
322 LOG(INFO) << "Current update over cellular network setting: "
327 LOG(ERROR) << "powerwash flag only makes sense rollback or channel change";
335 LOG(ERROR) << "Unknown option: \"" << FLAGS_p2p_update
339 LOG(ERROR) << "Error setting the peer-to-peer update setting.";
350 LOG(ERROR) << "Error while querying rollback partition availabilty.";
362 LOG(INFO) << "Rollback partition: " << rollback_partition;
373 LOG(ERROR) << "Error getting the peer-to-peer update setting.";
377 LOG(INFO) << "Current update using P2P setting: "
384 LOG(ERROR) << "Error setting the channel.";
388 LOG(INFO) << "Channel permanently set to: " << FLAGS_channel;
397 LOG(ERROR) << "Error getting the current channel.";
402 LOG(ERROR) << "Error getting the target channel.";
406 LOG(INFO) << "Current Channel: " << current_channel;
409 LOG(INFO) << "Target Channel (pending update): " << target_channel;
418 LOG(ERROR) << "Incompatible flags specified with rollback."
424 LOG(INFO) << "Requesting rollback.";
426 LOG(ERROR) << "Rollback request failed.";
437 LOG(INFO) << "Forcing an update by setting app_version to ForcedUpdate.";
439 LOG(INFO) << "Initiating update check and install.";
442 LOG(ERROR) << "Error checking for update.";
451 LOG(ERROR) << "Multiple exclusive options selected. "
459 LOG(INFO) << "Querying Update Engine status...";
461 LOG(ERROR) << "Failed to query status";
468 LOG(INFO) << "Waiting for update to complete.";
476 LOG(INFO) << "Watching for status updates.";
484 LOG(INFO) << "Requesting a reboot...";
493 LOG(ERROR) << "Error getting previous version.";
495 LOG(INFO) << "Previous version = " << prev_version;
503 LOG(ERROR) << "Could not query the current operation.";
519 LOG(ERROR) << "Error getting last attempt error.";