I have an app that if run in test mode using "adb am start <class path>/<test activity name>" successfully launches my app, runs the tests, and exits. When I run this from our automated build machine I need to run with the -W option to get command to wait for the app to finish so that I can then run a logcat command to capture the test results. The problem is when I add the -W option the script becomes if'y and sometimes it works, and sometimes it just hangs forever. Can someone give me a clue as to why?
Regards, Guy -- 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

