Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adadcee3 authored by lpeter's avatar lpeter
Browse files

Add a feature flag to log the component state.

Feature flag to log the metrics when the component state is changed.

Bug: 316916801
Test: presubmit
Change-Id: I6bb9a4293bd1a263260e8713c134d0dbdeb5f783
parent 6fe6643f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -239,3 +239,11 @@ flag {
    bug: "297603927"
    is_fixed_read_only: true
}

flag {
    name: "component_state_changed_metrics"
    namespace: "package_manager_service"
    description: "Feature flag to log the metrics when the component state is changed."
    bug: "316916801"
    is_fixed_read_only: true
}