Hi, i am working on Monkey Runner. I am taking screenshots of device after every time.But to minimize time frame of the functionality of MonkeyRunner i want to avoid the device connection call everytime.
# Connects to the current device, returning a MonkeyDevice object device = MonkeyRunner.waitForConnection() How to handle this ? can it be doable in python or can we do it from android ? if yes how to do it? regards Abhilash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

