Minor. Remove obsolete code for emulator shutdown
This commit is contained in:
@@ -178,11 +178,6 @@ public class Emulator {
|
|||||||
command.addParameter("kill");
|
command.addParameter("kill");
|
||||||
RunUtils.execute(command);
|
RunUtils.execute(command);
|
||||||
|
|
||||||
if (SystemInfo.isWindows) {
|
|
||||||
//TODO check that command above works on windows and remove this
|
|
||||||
OutputUtils.checkResult(RunUtils.execute(getStopCommand()));
|
|
||||||
}
|
|
||||||
|
|
||||||
finishProcess("emulator64-" + platform);
|
finishProcess("emulator64-" + platform);
|
||||||
finishProcess("emulator-" + platform);
|
finishProcess("emulator-" + platform);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user