| Index: tools/testing/dart/android.dart
|
| diff --git a/tools/testing/dart/android.dart b/tools/testing/dart/android.dart
|
| index 6a2fc4a0bd20e572da40119d903e6e401c3156e4..54d56baf56bd251851f09a72ddc9fb49661b50ef 100644
|
| --- a/tools/testing/dart/android.dart
|
| +++ b/tools/testing/dart/android.dart
|
| @@ -57,6 +57,8 @@ Future _executeCommandRaw(String executable,
|
| "stderr: \n ${results[1]}"
|
| "exitCode: \n ${results[2]}";
|
| throw new Exception(error);
|
| + } else {
|
| + DebugLogger.info("Success: $executable finished");
|
| }
|
| return results[0];
|
| });
|
| @@ -299,7 +301,7 @@ class AdbDevice {
|
| }
|
|
|
| /**
|
| - * Helper to list all adb devicess available.
|
| + * Helper to list all adb devices available.
|
| */
|
| class AdbHelper {
|
| static RegExp _deviceLineRegexp =
|
|
|