tree: 00cf3585cdc5de2f1cacd94af6032ab7557e2972 [path history] [tgz]
  1. core/
  2. DEPS
  3. OWNERS
  4. README.md
components/breadcrumbs/README.md

Breadcrumbs appends a short history of events to crash reports. These help to diagnose the cause of the attached crash by providing context around when it happened.

Breadcrumb events include:

  • user-triggered actions listed in tools/metrics/actions.xml
  • per-tab actions, e.g., when navigation starts/finishes
  • per-browser actions, e.g., number of tabs opened/closed/moved
  • memory pressure
  • startup/shutdown

Breadcrumbs are not uploaded or stored on disk unless the user has consented to metrics reporting.