Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 730686822
  • Loading branch information
DeviceInfra authored and copybara-github committed Feb 25, 2025
1 parent 3191ebc commit de7ced8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ public void run(TestInfo testInfo) throws MobileHarnessException, InterruptedExc
new MobileHarnessException(
AndroidErrorId.ANDROID_DEVICE_FEATURES_CHECK_DECORATOR_CEHCK_FAILURE,
String.format(
"Android device features check failure. nonexistent_required_features=%s,"
+ " existent_forbidden_features=%s, device_features=%s, device_id=%s",
"Skipped due to incompatible device features."
+ " nonexistent_required_features=%s, existent_forbidden_features=%s,"
+ " device_features=%s, device_id=%s",
nonexistentRequiredFeatures,
existentForbiddenFeatures,
supportedFeatures,
Expand Down

0 comments on commit de7ced8

Please sign in to comment.