Android module: print list of devices before start new emulator

This commit is contained in:
Natalia.Ukhorskaya
2012-07-06 13:24:39 +04:00
parent 4095cee2cd
commit 123fdde7ff
@@ -71,6 +71,7 @@ public class OutputUtils {
checkResult(RunUtils.execute(commandLineForStoppingEmulators)); checkResult(RunUtils.execute(commandLineForStoppingEmulators));
} }
} }
checkResult(RunUtils.execute(commandLineForListOfDevices));
} }
private OutputUtils() { private OutputUtils() {