get logcat of the android app by ruby?

278 views Asked by At

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.

1

There are 1 answers

0
Leo On BEST ANSWER

solved by:

log = `adb logcat -d | grep "tag_name"`