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

Commit 9b814f74 authored by Ray Essick's avatar Ray Essick
Browse files

change ALOGW() to ALOGV() in mapFormat()

to reduce logspam

Bug: 224929817
Test: build
Change-Id: I8ab717f0a8fa7dd2a329787d956cad0e6d748855
parent 31aa791e
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(),