-1

is there any way to get a logcat by using ruby? actually, I use calabash-android framework in order to write some acceptance tests of the android app. However, I have to get the logcat. There is a parametr to use for authenticating in the app.

Leo
  • 1,787
  • 5
  • 21
  • 43

1 Answers1

0

solved by:

log = `adb logcat -d | grep "tag_name"`
Leo
  • 1,787
  • 5
  • 21
  • 43