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

Commit a05763ef authored by Rambo Wang's avatar Rambo Wang
Browse files

Introduce aconfig flag to report anamaly for config changed

Bug: 270757342
Test: atest FrameworksTelephonyTestCases
Change-Id: Ic7a86daf3b328f84b52878ff097711b5d05c3402
parent 7d04fbd0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -80,3 +80,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "add_anomaly_when_notify_config_changed_with_invalid_phone"
    namespace: "telephony"
    description: "Report anomaly when CarrierConfigLoader received config change with sub that maps to invalid phoneId"
    bug:"270757342"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}