diff --git a/src/java/com/google/wireless/qa/mobileharness/shared/constant/Dimension.java b/src/java/com/google/wireless/qa/mobileharness/shared/constant/Dimension.java index 5769cd9de2..b66ddc9428 100644 --- a/src/java/com/google/wireless/qa/mobileharness/shared/constant/Dimension.java +++ b/src/java/com/google/wireless/qa/mobileharness/shared/constant/Dimension.java @@ -80,6 +80,11 @@ public enum Name { DM_TYPE, /** The id of the device. */ ID, + /** + * If the device status is FAILED, a short (one to three word, i.e. not a stack trace) reason + * why it failed. + */ + FAILURE_REASON, /** Hinge angle of the foldable device. */ HINGE_ANGLE, /** Host IP of the lab server. */