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

Commit 7802162b authored by Nikhil Bhanu's avatar Nikhil Bhanu Committed by Presubmit Automerger Backend
Browse files

[automerge] DO NOT MERGE disabled engineCallback logging in spatializer 2p: d4806aad

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

Bug: 216525480
Change-Id: I5abfb977a091bbc0da6b6d03933912cc5cfca2ef
parents 671c4857 d4806aad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ void Spatializer::engineCallback(int32_t event, void *user, void *info) {
    switch (event) {
        case AudioEffect::EVENT_FRAMES_PROCESSED: {
            int frames = info == nullptr ? 0 : *(int*)info;
            ALOGD("%s frames processed %d for me %p", __func__, frames, me);
            // ALOGD("%s frames processed %d for me %p", __func__, frames, me);
            me->postFramesProcessedMsg(frames);
        } break;
        default: