diff options
author | Scott Warner <Tortel1210@gmail.com> | 2012-12-14 16:00:56 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-12-23 22:46:15 -0800 |
commit | fe35964d2151bb8c5d853975a15e4079c1650c8a (patch) | |
tree | 9408f56365b6f0563b845090e77e1677eb409a5a /telephony | |
parent | d4e44f429362f1e7afefe923866c1ad90633eb55 (diff) | |
download | frameworks_base-fe35964d2151bb8c5d853975a15e4079c1650c8a.zip frameworks_base-fe35964d2151bb8c5d853975a15e4079c1650c8a.tar.gz frameworks_base-fe35964d2151bb8c5d853975a15e4079c1650c8a.tar.bz2 |
CellInfoLte - Turn off debug
With debug on, it constantly spams the log. Turn it off for now to
keep the log cleaner.
Change-Id: I115a613c7140545d626c4f4fda7a697a00b9cc35
Diffstat (limited to 'telephony')
-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 2f81b65..b0eb8f4 100644 --- a/telephony/java/android/telephony/CellInfoLte.java +++ b/telephony/java/android/telephony/CellInfoLte.java @@ -26,7 +26,7 @@ import android.util.Log; 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; |