More logging on adb server start

This commit is contained in:
Michael Bogdanov
2016-04-27 14:10:48 +03:00
parent db6c72d886
commit be1cb406d2
@@ -124,7 +124,7 @@ public class Emulator {
GeneralCommandLine commandLine = createAdbCommand();
commandLine.addParameter("start-server");
System.out.println("Start adb server...");
OutputUtils.checkResult(RunUtils.execute(commandLine));
OutputUtils.checkResult(RunUtils.execute(new RunUtils.RunSettings(commandLine, null, true, "ADB START:", true)));
}
public void startEmulator() {