summaryrefslogtreecommitdiffstats
path: root/telephony/java
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-02-12 10:47:32 -0800
committerWink Saville <wink@google.com>2013-02-12 10:47:32 -0800
commite2c508121825d37c12669c642b6c43e1bf84b566 (patch)
treeebde3198e8a9f9c169e5b761b1819cde0ee60a5c /telephony/java
parent0ef4397125995c30718f404cee76c0dbbdbf7ef6 (diff)
downloadframeworks_base-e2c508121825d37c12669c642b6c43e1bf84b566.zip
frameworks_base-e2c508121825d37c12669c642b6c43e1bf84b566.tar.gz
frameworks_base-e2c508121825d37c12669c642b6c43e1bf84b566.tar.bz2
Turn off debug in CellInfoLte.
Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d
Diffstat (limited to 'telephony/java')
-rw-r--r--telephony/java/android/telephony/CellInfoLte.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/CellInfoLte.java b/telephony/java/android/telephony/CellInfoLte.java
index 35dea24..d7a58b6 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;