Android-nRF-Connect icon indicating copy to clipboard operation
Android-nRF-Connect copied to clipboard

Task: Filter exported logs using selected log level

Open thenjneer opened this issue 2 years ago • 1 comments

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?

thenjneer avatar Oct 07 '22 02:10 thenjneer

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.

philips77 avatar Oct 07 '22 10:10 philips77