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

Commit a3d1292a authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Possible NPE in RuimRecords" into jellybean

parents b3afcacf b536d361
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -231,9 +231,9 @@ public final class RuimRecords extends IccRecords {
                if (mImsi != null && (mImsi.length() < 6 || mImsi.length() > 15)) {
                    loge("invalid IMSI " + mImsi);
                    mImsi = null;
                }

                } else {
                    log("IMSI: " + mImsi.substring(0, 6) + "xxxxxxxxx");
                }

                String operatorNumeric = getRUIMOperatorNumeric();
                if (operatorNumeric != null) {