tree: 94786324b23c58c02f5559f14f2a23816b98738d [path history] [tgz]
  1. diagnosticsd/
  2. init/
  3. diagnostics.gyp
  4. OWNERS
  5. README.md
diagnostics/README.md

Device Telemetry and Diagnostics

This implements daemons and libraries providing device telemetry and diagnostics.

diagnosticsd

The daemon that collects telemetry information and exposes APIs that allow to access it. This daemon also acts as a proxy to the more heavily isolated diagnostics_processor daemon.

diagnostics_processor

This daemon will process the telemetry information provided by the diagnosticsd daemon. Exposes an API that allows to obtain the output of the telemetry processing.