Command, not process

This commit is contained in:
Joshua Granick
2014-11-21 15:47:07 -08:00
parent 98d78d7d3d
commit eb3c804625

View File

@@ -81,7 +81,7 @@ class AndroidHelper {
public static function getDeviceSDKVersion (deviceID:String):Int {
ProcessHelper.runProcess (adbPath, adbName, [ "devices" ]);
ProcessHelper.runCommand (adbPath, adbName, [ "devices" ]);
var args = [ "shell" ];