Merge commit '770d5c4f0093a65d20b22f14082911697f9f9b9e' into eclair-mr2-plus-aosp * commit '770d5c4f0093a65d20b22f14082911697f9f9b9e': Futher reduce the logging of EriManager.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user