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

Commit b3617640 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "change ALOGW() to ALOGV() in mapFormat()" into tm-dev am: 424847d6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/17219602

Change-Id: I8310015a8f98dbf64847a211b5927b0d337fa037
parents 527b6a93 424847d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2151,7 +2151,7 @@ static void mapFormat(AString componentName, const sp<AMessage> &format, const c
                      bool reverse) {
    AString mediaType;
    if (!format->findString("mime", &mediaType)) {
        ALOGW("mapFormat: no mediaType information");
        ALOGV("mapFormat: no mediaType information");
        return;
    }
    ALOGV("mapFormat: codec %s mediatype %s kind %s reverse %d", componentName.c_str(),