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

Commit 4f8e329a authored by Ray Essick's avatar Ray Essick Committed by Gerrit Code Review
Browse files

Merge "Reduce logging verbosity"

parents 9a174e5c 07bb1fef
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();