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

Commit e8101aaa authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Change log for min present in RuimRecords" am: bc656998 am: 893b11fe

am: 29b3be66

Change-Id: Ic36794277ff5b22d90fb79bbcba9d030ae837256
parents a2cd242f 29b3be66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ public class RuimRecords extends IccRecords {
                builder.append(String.format(Locale.US, "%d", digit7));
                builder.append(String.format(Locale.US, "%03d", last3digits));
                mMin = builder.toString();
                if (DBG) log("min present=" + mMin);
                if (DBG) log("min present=" + Rlog.pii(LOG_TAG, mMin));
            } else {
                if (DBG) log("min not present");
            }