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

Commit 06a63b8c authored by Jack Yu's avatar Jack Yu
Browse files

Fixed race condition that carrier config change event not notified

Fixed a race condition that when system unlocked happened while
the previous carrier config loading is still ongoing, the carrier
config changed callback is not sent. Fixed by adding a new flag
to check if normal carrier config loading process is ongoing.

Fix: 375526692
Test: atest CarrierConfigLoaderTest
Test: Basic telephony functionality tests
Flag: com.android.internal.telephony.flags.carrier_config_changed_callback_fix
Change-Id: I9292e0ba1d58c7d257a09e93e5c79018d65a43ca
parent 887b822b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -265,3 +265,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=jackyu TARGET=25Q2
flag {
    name: "carrier_config_changed_callback_fix"
    namespace: "telephony"
    description: "Carrier config callback race condition fix"
    bug:"375526692"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}