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

Commit 07bb1fef authored by Ray Essick's avatar Ray Essick
Browse files

Reduce logging verbosity

couple ALOGD/ALOGW calls that should be ALOGV

Test: boot, monitor logcat
Change-Id: I268d0bf5abd06d9ee78c6a835f99d26252159895
parent 57f8d983
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1131,7 +1131,7 @@ void MediaCodec::initMediametrics() {

void MediaCodec::updateMediametrics() {
    if (mMetricsHandle == 0) {
        ALOGW("no metrics handle found");
        ALOGV("no metrics handle found");
        return;
    }

@@ -1375,7 +1375,7 @@ void MediaCodec::updateEphemeralMediametrics(mediametrics_handle_t item) {
}

void MediaCodec::flushMediametrics() {
    ALOGD("flushMediametrics");
    ALOGV("flushMediametrics");

    // update does its own mutex locking
    updateMediametrics();