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

Commit 893b11fe 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

Change-Id: Ia5eb54b4790dde19242d600e8a6ba1d0189c8444
parents f41383d2 bc656998
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");
            }