From e2c508121825d37c12669c642b6c43e1bf84b566 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Tue, 12 Feb 2013 10:47:32 -0800 Subject: [PATCH] Turn off debug in CellInfoLte. Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d --- telephony/java/android/telephony/CellInfoLte.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/CellInfoLte.java b/telephony/java/android/telephony/CellInfoLte.java index 35dea240e23e5..d7a58b66e546c 100644 --- a/telephony/java/android/telephony/CellInfoLte.java +++ b/telephony/java/android/telephony/CellInfoLte.java @@ -26,7 +26,7 @@ import android.telephony.Rlog; public final class CellInfoLte extends CellInfo implements Parcelable { private static final String LOG_TAG = "CellInfoLte"; - private static final boolean DBG = true; + private static final boolean DBG = false; private CellIdentityLte mCellIdentityLte; private CellSignalStrengthLte mCellSignalStrengthLte;