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

Commit 11206b88 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: I0f247c88ead0496fb52e867a42f263d013b9d560
parents 31ea93c3 424847d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2123,7 +2123,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(),