Android-nRF-Connect
Android-nRF-Connect copied to clipboard
Task: Filter exported logs using selected log level
I'm using nrf connect + logger to log about 700 data points per second from a connected device. The app handles and records the data just fine, but the data file I export includes verbose data no matter which filter I select prior to saving the data. I'm hoping to save only the application data so I don't have to parse through all of the non-numeric messages.
I know the filtering works on the iOS app, is this a feature that's not available on Android?
Currently, the filtering just works in the UI, but when you export you get it all. As each link starts with a letter corresponding to the log level, so you can remove unnecessary ones in Sublime Text etc.
I'll make this Issue a task to improve that.