Package-level declarations

A local ContentProvider implementation used when the nRF Logger application is not installed.

Extend LocalLogContentProvider in your application, declare it in the AndroidManifest.xml with a matching authority, and logs written through a LocalLogSession will be stored in a small local SQLite database instead of in nRF Logger. This provider is a limited version of the one in nRF Logger: it serves a single application and does not support marking sessions or adding descriptions. nRF Connect uses this provider as a fallback when nRF Logger is not installed.

The remaining classes in this package (the database helper, transaction and projection map) are internal implementation details and are not meant to be used directly.

Types

Link copied to clipboard
The local log content provider.