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

Commit 9c8eb940 authored by Ray Essick's avatar Ray Essick Committed by Android (Google) Code Review
Browse files

Merge "Reduce MediaFormat shaping verbosity" into sc-dev

parents 3bb94bad 71b08993
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;
    }