Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

For #8803: add frameworkStart telemetry #9788

Merged
merged 7 commits into from Apr 17, 2020

Commits on Apr 16, 2020

  1. Copy the full SHA
    17d1ef3 View commit details
    Browse the repository at this point in the history
  2. For mozilla-mobile#8803: add Stat and test.

    We need to access the data in stat to get the process start time, so we
    can calculate the time from process start until application.init for the
    frameworkStart probe.
    mcomella committed Apr 16, 2020
    Copy the full SHA
    7eef0cd View commit details
    Browse the repository at this point in the history
  3. For mozilla-mobile#8803: add StartupFrameworkStartMeasurement.

    This class controls the central logic around the metrics we want to
    record.
    mcomella committed Apr 16, 2020
    Copy the full SHA
    ac5f393 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5f103a7 View commit details
    Browse the repository at this point in the history
  5. For mozilla-mobile#8803 - review: move forward metric expiration date.

    We primarily want to determine if this is a problem area for us to
    investigate rather than a long term measurement to keep so we should set
    the expiration date accordingly. Furthermore, this code executes before
    crash reporting is init so it's ideal to remove it sooner rather than
    later.
    mcomella committed Apr 16, 2020
    Copy the full SHA
    026e362 View commit details
    Browse the repository at this point in the history
  6. For mozilla-mobile#8803 - review: Add clarifying comments to onAppIni…

    …t capture methods.
    mcomella committed Apr 16, 2020
    Copy the full SHA
    a36eb94 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b51198c View commit details
    Browse the repository at this point in the history