You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
changed the title
Logger does not seem to filter data
Task: Filter exported logs using selected log level
Oct 7, 2022
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?
The text was updated successfully, but these errors were encountered: