thaliproject / CI

CI project for testing mobile devices
MIT License
2 stars 3 forks source link

Filter logs on CI by package name #96

Open evabishchevich opened 7 years ago

evabishchevich commented 7 years ago

Right now we have a lot of noisy logs. I suggest filtering logs on CI by package. The quick guide how to use logcat is here https://developer.android.com/studio/command-line/logcat.html

larryonoff commented 7 years ago

@yaronyg I think we can easily add filtering, but I'm worry about missing important logs from standard Android services. At the same time I'm not sure that we need them.