commit | ad22bcbf8de1a9bafc384c1bac46f3052605a066 | [log] [tgz] |
---|---|---|
author | Zhomart Mukhamejanov <zhomart@google.com> | Thu Jun 14 10:30:51 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 14 10:30:51 2018 -0700 |
tree | 9ae3f7e14f980805a70e7a639623f93afb7b0ee2 | |
parent | 76e8d999dce5f4eff3f71ab07c1760aaaaefbb37 [diff] | |
parent | d05624fbe03d1b831aebe37bd5cd08047bfa0df1 [diff] |
Merge "updater_sample: add metadata mismatch error code" am: 9ed4b41478 am: c48f0b6923 am: d05624fbe0 Change-Id: I51408f698d934782441c8f75cefe3da390390f34
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 7d55ff8..13df88b 100644 --- a/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java +++ b/updater_sample/src/com/example/android/systemupdatersample/util/UpdateEngineErrorCodes.java
@@ -54,6 +54,7 @@ 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(26, "DOWNLOAD_METADATA_SIGNATURE_MISMATCH"); CODE_TO_NAME_MAP.put(48, "USER_CANCELLED"); CODE_TO_NAME_MAP.put(52, "UPDATED_BUT_NOT_ACTIVE"); }