Hi Forum,
In streamline tool, I don't see any way to pass command line argument to the app when launching. Because of this I need to rebuild the apk and reinstall every time I need to change the command line argument.
Is there a work around to this problem?
Thank you,
rchakena
Looks like gator couldn't listen on TCP for incoming connections from streamline. You can instruct it to use unix domain sockets instead. Try
$ ./gatord --port uds --wait-process <YourAppsPackage>
Andrew
This worked! Thank you.