|
@@ -64,10 +64,10 @@ public class AppiumManager {
|
|
try {
|
|
try {
|
|
String cmd = OsUtil.getCmd();
|
|
String cmd = OsUtil.getCmd();
|
|
int dp = (Integer.parseInt(port) + 100);
|
|
int dp = (Integer.parseInt(port) + 100);
|
|
- String comand = cmd + " Commands/newAppium.sh " + port + " " + udid + " " + exceptionLogsPath
|
|
|
|
|
|
+ String command = cmd + " Commands/newAppium.sh " + port + " " + udid + " " + exceptionLogsPath
|
|
+ " " + appiumLogsPath + " " + dp;
|
|
+ " " + appiumLogsPath + " " + dp;
|
|
- PrintUtil.print("the comand is " + comand, TAG);
|
|
|
|
- r.exec(comand);
|
|
|
|
|
|
+ PrintUtil.print("the comand is " + command, TAG);
|
|
|
|
+ r.exec(command);
|
|
} catch (IOException e1) {
|
|
} catch (IOException e1) {
|
|
// TODO Auto-generated catch block
|
|
// TODO Auto-generated catch block
|
|
e1.printStackTrace();
|
|
e1.printStackTrace();
|