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 - IIFE: var vs this - is there any difference? -

r - Grow a ffdf data frame on disk gradually -