Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71b08993 authored by Ray Essick's avatar Ray Essick
Browse files

Reduce MediaFormat shaping verbosity

Bug: 182827840
Test: monitor logcat
Change-Id: I7e3de76e5258199895d900d86640a3c7a79ee05f
parent 0da8875a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1555,7 +1555,7 @@ static bool connectFormatShaper() {
        }

        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 @@ static void mapFormat(AString componentName, const sp<AMessage> &format, const c
    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;
    }