get logcat of the android app by ruby? -
is there way logcat using ruby? actually, use calabash-android framework in order write acceptance tests of android app. however, have logcat. there parametr use authenticating in app.
solved by:
log = `adb logcat -d | grep "tag_name"`
Comments
Post a Comment