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
Permit overriding the built-in NCS
`memfault_metrics_heartbeat_collect_data()` with a custom version.
Application will need to select
`CONFIG_MEMFAULT_NCS_IMPLEMENT_METRICS_COLLECTION=n`, then implement the
function elsewhere.
Expose the `memfault_ncs_metrics_collect_data()` data collection
function so a user can run that in addition to their own metrics.
Signed-off-by: Noah Pendleton <noah.pendleton@gmail.com>
0 commit comments