summaryrefslogtreecommitdiff
path: root/tests/VoiceEnrollment
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2016-02-01 17:47:06 -0800
committerJoe Onorato <joeo@google.com>2016-03-04 12:21:30 -0800
commit0aa05d738822f435ceb4686f156d0182a1b01d1e (patch)
tree41d90e3ae3c51a4f4deeed9f90c19cc8a24dec71 /tests/VoiceEnrollment
parent3973b1a75dd8420d51a2cf0dbba0eea174a7dc9e (diff)
Turn down the logging a little bit.
Change-Id: I44c51d5f8248df1f8cca19da802ee891afe78af7
Diffstat (limited to 'tests/VoiceEnrollment')
-rw-r--r--tests/VoiceEnrollment/src/com/android/test/voiceenrollment/TestEnrollmentActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/TestEnrollmentActivity.java b/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/TestEnrollmentActivity.java
index 2494db7ee623..54c944f9588e 100644
--- a/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/TestEnrollmentActivity.java
+++ b/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/TestEnrollmentActivity.java
@@ -31,7 +31,7 @@ import android.widget.Toast;
public class TestEnrollmentActivity extends Activity {
private static final String TAG = "TestEnrollmentActivity";
- private static final boolean DBG = true;
+ private static final boolean DBG = false;
/** Keyphrase related constants, must match those defined in enrollment_application.xml */
private static final int KEYPHRASE_ID = 101;