OSDN Git Service

Reduce logs
authorGlenn Kasten <gkasten@google.com>
Tue, 19 Jul 2011 17:45:32 +0000 (10:45 -0700)
committerGlenn Kasten <gkasten@google.com>
Tue, 19 Jul 2011 17:58:10 +0000 (10:58 -0700)
Change-Id: I82c8a66886bd3b853fac88594370545ed23a0400

wilhelm/src/android/VideoCodec_to_android.cpp
wilhelm/src/itf/IVideoDecoderCapabilities.cpp

index c1948cf..377448e 100644 (file)
@@ -104,7 +104,6 @@ bool android_videoCodec_expose() {
 
 void android_videoCodec_deinit() {
     SL_LOGV("android_videoCodec_deinit()");
-    LOGE("android_videoCodec_deinit()");
     for (size_t m = 0 ; m < kNbVideoMimeTypes ; m++) {
         VideoDecoderCapabilities[m].clear();
     }
index e152114..9362257 100644 (file)
@@ -127,7 +127,7 @@ bool IVideoDecoderCapabilities_expose(void *self)
 
 void IVideoDecoderCapabilities_deinit(void *self)
 {
-    LOGE("IVideoDecoderCapabilities_deinit()");
+    SL_LOGV("IVideoDecoderCapabilities_deinit()");
 #ifdef ANDROID
     android::android_videoCodec_deinit();
 #endif