Turn off debug in CellInfoLte.
Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user