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

Commit d4806aad authored by Nikhil Bhanu's avatar Nikhil Bhanu
Browse files

DO NOT MERGE disabled engineCallback logging in spatializer

Test: adb logcat | grep Spatializer
Bug: 216525480

Change-Id: I8b47508abb7a85e9c5b6290f2e328e40f16090dc
parent 2545ce7c
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: