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

Commit 8ab605dd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add logging for isRoamIndForHomeSystem" into oc-dr1-dev

parents 16342962 7e616a7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2013,10 +2013,12 @@ public class ServiceStateTracker extends Handler {
                }
            }
            // no matches found against the list!
            log("isRoamIndForHomeSystem: No match found against list for roamInd=" + roamInd);
            return false;
        }

        // no system property found for the roaming indicators for home system
        log("isRoamIndForHomeSystem: No list found");
        return false;
    }