summaryrefslogtreecommitdiff
path: root/common/error_code_utils.cc
diff options
context:
space:
mode:
authorAmin Hassani <ahassani@google.com>2020-10-29 12:10:05 -0700
committerAmin Hassani <ahassani@google.com>2020-10-29 12:15:42 -0700
commit42c2f98c87de3fb9342df74881c1e992ad81bee3 (patch)
tree2f18f05a8d42990ce8d1744f27208de43760f88d /common/error_code_utils.cc
parentb05e4e2705ea06a2f7772ec2ab2c5353a696226c (diff)
parent2fe84323164a95ce83c7936ef8f6c14483f38049 (diff)
Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros
Merge back the recent update_engine changes back to Android. Created by: $ git merge remotes/aosp/upstream-master --commit -s recursive No special conflict to resolve. Bug: 163153182 Test: None Change-Id: I4c65eb9c57448847857e2339935a5d47c8cb690a
Diffstat (limited to 'common/error_code_utils.cc')
-rw-r--r--common/error_code_utils.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/error_code_utils.cc b/common/error_code_utils.cc
index 64df24ab..cda4c7ec 100644
--- a/common/error_code_utils.cc
+++ b/common/error_code_utils.cc
@@ -171,6 +171,8 @@ string ErrorCodeToString(ErrorCode code) {
return "ErrorCode::kNotEnoughSpace";
case ErrorCode::kDeviceCorrupted:
return "ErrorCode::kDeviceCorrupted";
+ case ErrorCode::kPackageExcludedFromUpdate:
+ return "ErrorCode::kPackageExcludedFromUpdate";
// Don't add a default case to let the compiler warn about newly added
// error codes which should be added here.
}