diff options
author | 2016-02-01 17:45:31 -0800 | |
---|---|---|
committer | 2016-03-04 12:21:30 -0800 | |
commit | 3973b1a75dd8420d51a2cf0dbba0eea174a7dc9e (patch) | |
tree | a6b623d7a6dc0e14da5de675839e92a17b1188a8 | |
parent | 1e55375c96cadb8ef7aa12008e2be754969e1294 (diff) |
Turn down the logging a little bit.
Change-Id: I810b9bd58412d2b38d8ce4497baa71047125b92f
-rw-r--r-- | services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java b/services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java index 6ab0b998bd6c..837b4a4963ad 100644 --- a/services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java +++ b/services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionManagerService.java @@ -75,7 +75,7 @@ import java.util.List; */ public class VoiceInteractionManagerService extends SystemService { static final String TAG = "VoiceInteractionManagerService"; - static final boolean DEBUG = true; + static final boolean DEBUG = false; final Context mContext; final ContentResolver mResolver; |