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-01 21:50:55 +0200
committerZhomart Mukhamejanov <zhomart@google.com>2018-05-02 21:40:49 +0200
commitda7e23759660ebf76a184e4c4d981f11ef9e2653 (patch)
tree793aee240bbc3ec4ead128c39a7c25dfa475d078 /updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
parentMerge "Add ScreenRecoveryUI::ShowMenu()." (diff)
downloadandroid_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.tar
android_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.tar.gz
android_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.tar.bz2
android_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.tar.lz
android_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.tar.xz
android_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.tar.zst
android_bootable_recovery-da7e23759660ebf76a184e4c4d981f11ef9e2653.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");