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

Commit 00ababf9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add log to show mccmnc of resource configuration"

parents 4e10aa21 ac07351e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2012,6 +2012,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);