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

Commit 9bde1547 authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Merge "Reduce logging verbosity" am: 4f8e329a am: 53405f1d am: 6323869a...

Merge "Reduce logging verbosity" am: 4f8e329a am: 53405f1d am: 6323869a am: 4c73fc5c am: 133f70d4

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2640799



Change-Id: I7333edf1ba3243fd5e9b14cc74054aef185e373f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c98dfeba 133f70d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1255,7 +1255,7 @@ void MediaCodec::resetMetricsFields() {

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

@@ -1617,7 +1617,7 @@ static void reportToMediaMetricsIfValid(const JudderEvent &e) {
}

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

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