Current code uses watchUpdateStatus(callback func, stop channel) and updateStatusCallback to handle update_engine statuses appropriately. We no longer just wait for update_engine status to be UPDATE_STATUS_NEED_REBOOT and directly request a reboot (old code, unused).
Current code uses
watchUpdateStatus(callback func, stop channel)
andupdateStatusCallback
to handle update_engine statuses appropriately. We no longer just wait for update_engine status to be UPDATE_STATUS_NEED_REBOOT and directly request a reboot (old code, unused).