diff options
Diffstat (limited to 'metrics.h')
| -rw-r--r-- | metrics.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ enum class AttemptResult { kVerificationFailed, // Root or Kernel partition verification failed. kPostInstallFailed, // The postinstall step failed. kAbnormalTermination, // The attempt ended abnormally. + kUpdateCanceled, // Update canceled by the user. kNumConstants, |
