summaryrefslogtreecommitdiffstats
path: root/updater/blockimg.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-11-02 23:44:07 +0100
committerTao Bao <tbao@google.com>2018-11-05 17:55:11 +0100
commita2cff952cf28b33338a45bd57e37d04ebfaec93e (patch)
treee6dd8c885b5bbfc05a29beb2fc0cee3df4c266b2 /updater/blockimg.cpp
parentMerge "Make the text image readable under recovery" (diff)
downloadandroid_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.tar
android_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.tar.gz
android_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.tar.bz2
android_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.tar.lz
android_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.tar.xz
android_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.tar.zst
android_bootable_recovery-a2cff952cf28b33338a45bd57e37d04ebfaec93e.zip
Diffstat (limited to 'updater/blockimg.cpp')
-rw-r--r--updater/blockimg.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 47849a155..c4c09098e 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -1399,7 +1399,10 @@ static int PerformCommandDiff(CommandParameters& params) {
// We expect the output of the patcher to fill the tgt ranges exactly.
if (!writer.Finished()) {
- LOG(ERROR) << "range sink underrun?";
+ LOG(ERROR) << "Failed to fully write target blocks (range sink underrun): Missing "
+ << writer.AvailableSpace() << " bytes";
+ failure_type = kPatchApplicationFailure;
+ return -1;
}
} else {
LOG(INFO) << "skipping " << blocks << " blocks already patched to " << tgt.blocks() << " ["