summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/TelephonyRegistry.java
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-08-01 11:13:40 -0700
committerWink Saville <wink@google.com>2014-08-01 12:36:54 -0700
commit6d13bc8e3b1cf0dac56590a0a76e9da4a1ecab75 (patch)
tree5199f95b7bf2dbe30d8f673f27301e2041600bf7 /services/core/java/com/android/server/TelephonyRegistry.java
parent2daf62ce400fe58c7f0495dda432ba568a75f579 (diff)
downloadframeworks_base-6d13bc8e3b1cf0dac56590a0a76e9da4a1ecab75.zip
frameworks_base-6d13bc8e3b1cf0dac56590a0a76e9da4a1ecab75.tar.gz
frameworks_base-6d13bc8e3b1cf0dac56590a0a76e9da4a1ecab75.tar.bz2
Turn off extra debugging
Change-Id: I3d7c68d3d7bcef5be084398807389f4a485bedb0
Diffstat (limited to 'services/core/java/com/android/server/TelephonyRegistry.java')
-rw-r--r--services/core/java/com/android/server/TelephonyRegistry.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/TelephonyRegistry.java b/services/core/java/com/android/server/TelephonyRegistry.java
index cb410ef..7624314 100644
--- a/services/core/java/com/android/server/TelephonyRegistry.java
+++ b/services/core/java/com/android/server/TelephonyRegistry.java
@@ -80,9 +80,9 @@ import com.android.server.am.BatteryStatsService;
*/
class TelephonyRegistry extends ITelephonyRegistry.Stub {
private static final String TAG = "TelephonyRegistry";
- private static final boolean DBG = true; // STOPSHIP if true
+ private static final boolean DBG = false; // STOPSHIP if true
private static final boolean DBG_LOC = false; // STOPSHIP if true
- private static final boolean VDBG = true; // STOPSHIP if true
+ private static final boolean VDBG = false; // STOPSHIP if true
private static class Record {
String pkgForDebug;