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

Commit 424847d6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "change ALOGW() to ALOGV() in mapFormat()" into tm-dev

parents c11ca9e3 9b814f74
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(),