More logging on adb server start
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ public class Emulator {
|
|||||||
GeneralCommandLine commandLine = createAdbCommand();
|
GeneralCommandLine commandLine = createAdbCommand();
|
||||||
commandLine.addParameter("start-server");
|
commandLine.addParameter("start-server");
|
||||||
System.out.println("Start adb 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() {
|
public void startEmulator() {
|
||||||
|
|||||||
Reference in New Issue
Block a user