Merge "Reduce MediaFormat shaping verbosity" into sc-dev
diff --git a/media/libstagefright/MediaCodec.cpp b/media/libstagefright/MediaCodec.cpp
index 755986c..6d1fef1 100644
--- a/media/libstagefright/MediaCodec.cpp
+++ b/media/libstagefright/MediaCodec.cpp
@@ -1555,7 +1555,7 @@
         }
 
         if (sShaperOps != nullptr) {
-            ALOGI("connectFormatShaper: connected to library %s", libraryName.c_str());
+            ALOGV("connectFormatShaper: connected to library %s", libraryName.c_str());
         }
 
     });
@@ -1746,7 +1746,7 @@
     mediaformatshaper::shaperHandle_t shaperHandle;
     shaperHandle = sShaperOps->findShaper(componentName.c_str(), mediaType.c_str());
     if (shaperHandle == nullptr) {
-        ALOGW("mapFormat: no shaper handle");
+        ALOGV("mapFormat: no shaper handle");
         return;
     }