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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -