We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acd764a + bea3e31 commit ec577e7Copy full SHA for ec577e7
test/etc/run-test-jar
@@ -505,7 +505,8 @@ fi
505
DEX_LOCATION_STRIPPED="${DEX_LOCATION#/}"
506
VDEX_NAME="${DEX_LOCATION_STRIPPED//\//@}@$TEST_NAME.jar@classes.vdex"
507
if [ ${#VDEX_NAME} -gt $max_filename_size ]; then
508
- echo "Dex location path too long."
+ echo "Dex location path too long:"
509
+ echo "$VDEX_NAME is ${#VDEX_NAME} character long, and the limit is $max_filename_size."
510
exit 1
511
fi
512
0 commit comments