rudraksh125 / android-crawler

Automatically exported from code.google.com/p/android-crawler
0 stars 0 forks source link

Bypass widget retrieval when not needed #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The retrieveWidget() method of the Automation should (optionally) be called 
only when the next event has a target widget. System events (back, 
menu,rotation) can be fired immediately.

This can be used to inject an event before the main thread is idle for bug 
detecting purposes.

Original issue reported on code.google.com by nofatclips on 2 Mar 2012 at 2:04