blob: 46ccb314d3bb64e9c32718d4de7fe5ce79088473 [file] [log] [blame] [view] [edit]
# Modem Logger Daemon
This daemon abstracts out the common portions of modem logging,
i.e. enabling logging functionality, triggering logging, and maintaining
log files. Currently, the daemon is meant for test images only.
## Modem-specific program API
In order to enforce a process boundary between `modemloggerd` and
third-party modem loggers, we farm out steps that
require modem-specific knowledge to different programs. `modemloggerd` will call
into these programs to request logging services.