diff options
author | Wink Saville <wink@google.com> | 2013-02-12 10:47:32 -0800 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2013-02-12 10:47:32 -0800 |
commit | e2c508121825d37c12669c642b6c43e1bf84b566 (patch) | |
tree | ebde3198e8a9f9c169e5b761b1819cde0ee60a5c /telephony/java | |
parent | 0ef4397125995c30718f404cee76c0dbbdbf7ef6 (diff) | |
download | frameworks_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.java | 2 |
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; |