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

Commit 7c6eb321 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add logging for isRoamIndForHomeSystem"

parents 7e002656 9f053c79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2023,10 +2023,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;
    }