darshanparajuli / LogcatReader

A simple app for viewing logs on an android device.
MIT License
580 stars 103 forks source link

Filters not applied directly after opening the app, only after opening the filter list #65

Open designer2k2 opened 2 years ago

designer2k2 commented 2 years ago

Hello, steps to reproduce:

  1. Run app and type in some filters (or only one)
  2. Close app and exit logging
  3. Run app again
  4. See unfiltered log appear <- Bug!
  5. Open Filter list to just view the filters typed in at step 1
  6. Log is now filtered

Expected would be that the existing filters are instantly applied.

And thanks for this app!