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

Commit af50f169 authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun
Browse files

Remove toString() for CarrierIdentifier.

We may get NPE if mCarrierIdentifier is null. + should convert it to
string by itself.

Test: test on phone
Change-Id: Ibd352d6d2a9b0cb33a494d108eb0d3a7c1dbc61b
parent 8c329549
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ public final class EuiccProfileInfo implements Parcelable {
                + ", state="
                + mState
                + ", CarrierIdentifier="
                + mCarrierIdentifier.toString()
                + mCarrierIdentifier
                + ", policyRules="
                + mPolicyRules
                + ", accessRules="