gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

Proposal: add raw logcat filtering #177

Open emartynov opened 4 years ago

emartynov commented 4 years ago

I love that I can see full logcat output and find things that happened before my test started or other systems reported.

However, logcat on emulator and devices is super noisy. Would you consider to add some options to filter it? At least maybe to ignore all logs that are not related to tested app?