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

Commit 770d5c4f authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 64d54042: Merge change I61c08260 into eclair

Merge commit '64d54042' into eclair-mr2

* commit '64d54042':
  Futher reduce the logging of EriManager.
parents afbf8afa 64d54042
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ public final class EriManager {
        if (isEriFileLoaded) {
            EriInfo eriInfo = getEriInfo(roamInd);
            if (eriInfo != null) {
                if (DBG) Log.d(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
                if (VDBG) Log.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
                ret = new EriDisplayInformation(
                        eriInfo.mIconIndex,
                        eriInfo.mIconMode,