summaryrefslogtreecommitdiffstats
path: root/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-03 05:22:45 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-03 05:22:45 +0200
commit3a79b3637747fefb7afe2055e1d9de11877d92ad (patch)
tree117a4ef98300db186f55d137a7010bd23f10c2bf /updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
parentMerge "screen_ui: Use std::string in DrawTextLine() and siblings." (diff)
parentupdater_sample: Add streaming to PayloadSpec (diff)
downloadandroid_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.gz
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.bz2
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.lz
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.xz
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.tar.zst
android_bootable_recovery-3a79b3637747fefb7afe2055e1d9de11877d92ad.zip
Diffstat (limited to 'updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java')
-rw-r--r--updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java b/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
index e63da6298..6d319c5af 100644
--- a/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
+++ b/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
@@ -50,6 +50,7 @@ public final class UpdateEngineErrorCodes {
CODE_TO_NAME_MAP.put(10, "PAYLOAD_HASH_MISMATCH_ERROR");
CODE_TO_NAME_MAP.put(11, "PAYLOAD_SIZE_MISMATCH_ERROR");
CODE_TO_NAME_MAP.put(12, "DOWNLOAD_PAYLOAD_VERIFICATION_ERROR");
+ CODE_TO_NAME_MAP.put(15, "NEW_ROOTFS_VERIFICATION_ERROR");
CODE_TO_NAME_MAP.put(20, "DOWNLOAD_STATE_INITIALIZATION_ERROR");
CODE_TO_NAME_MAP.put(48, "USER_CANCELLED");
CODE_TO_NAME_MAP.put(52, "UPDATED_BUT_NOT_ACTIVE");