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

Commit ac07351e authored by Jordan Liu's avatar Jordan Liu
Browse files

Add log to show mccmnc of resource configuration

Bug: 63003244
Test: Unit tests pass; no change to behavior
Change-Id: Ia84036f146a4f728b7859cedb96f8b1d08a7e83f
Merged-In: Ia84036f146a4f728b7859cedb96f8b1d08a7e83f
parent 4dbf14ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2011,6 +2011,8 @@ public class ServiceStateTracker extends Handler {
     */
    private boolean isRoamIndForHomeSystem(String roamInd) {
        // retrieve the carrier-specified list of ERIs for home system
        log("isRoamIndForHomeSystem: " + mPhone.getContext().getResources()
                .getConfiguration().toString());
        String[] homeRoamIndicators = mPhone.getContext().getResources()
                .getStringArray(com.android.internal.R.array.config_cdma_home_system);