Merge cherrypicks of [9372739] into qt-qpr1-release

Change-Id: Ib0a6069fd9daa1ad9137d5c80d052ea05250015b
This commit is contained in:
android-build-team Robot
2019-09-11 19:54:56 +00:00
+1 -1
View File
@@ -732,7 +732,7 @@ public final class Utilities {
int[] array = new int[tokenizer.countTokens()];
int count = 0;
while (tokenizer.hasMoreTokens()) {
array[count] = Integer.parseInt(tokenizer.nextToken());
array[count] = Integer.parseInt(tokenizer.nextToken().trim());
count++;
}
return array;