Android Monkey Runner Device Calls Hang but Work when Process Is Killed
问题 So for starters, I have a rather complex system that connects to a python web socket to fire off some various Android events. I was more or less given this system in working form on a Mac Mini. I have since ported it to Ubuntu 13.04 with some success. The problem I'm running into is with two python scripts I'm using to actually trigger these Android events. What I have are two .py files, run_wsh and performAction. Essentially run_wsh is connected to via a socket and told what events to fire.