I have been googling about this issue for hours, and I'm stumped. Im trying to write a comprehensive test suite for android devices, and my first idea was to validate test results using logcat output. Logcat has all the event info I need from both the OS and our apps.
Using Robotium or Monkeyrunner, I found no way to access logcat on the fly. Creating an external app to monitor logcat is out of the question (hard to sync events to results).
Any ideas guys?