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

Skip to content
Commit 6d86b6a8 authored by Rambo Wang's avatar Rambo Wang
Browse files

CPT: Fix a missing break statement

When handling ACTION_UICC_ACCESS_RULES_LOADED in the switch
block, the break statement is missing. This will not
impact the funtionality (fall through to default and break)
but introduces a confusing radio log which belongs to
default case.

The change also uses SubscriptionInfoUpdater.simStateString
to print more readable SIM state in logging.

Bug: 227809916
Test: atest CarrierPrivilegesTrackerTest
Test: Telephony sanity(Activation, call, sms, data, switching)
Change-Id: I7d24102a688da705504ab03b44196f49da3401b8
parent 360cb934
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment