Skip to content

Commit ffa6198

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 832440171
1 parent 7e5ce7f commit ffa6198

File tree

1 file changed

+5
-0
lines changed
  • src/java/com/google/wireless/qa/mobileharness/shared/constant

1 file changed

+5
-0
lines changed

src/java/com/google/wireless/qa/mobileharness/shared/constant/Dimension.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ public enum Name {
8080
DM_TYPE,
8181
/** The id of the device. */
8282
ID,
83+
/**
84+
* If the device status is FAILED, a short (one to three word, i.e. not a stack trace) reason
85+
* why it failed.
86+
*/
87+
FAILURE_REASON,
8388
/** Hinge angle of the foldable device. */
8489
HINGE_ANGLE,
8590
/** Host IP of the lab server. */

0 commit comments

Comments
 (0)