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

Commit 6407ef69 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-e88e8e0dae0a4422865915229191c4a9" into sc-v2-dev-plus-aosp

* changes:
  [automerge] DO NOT MERGE disabled engineCallback logging in spatializer 2p: d4806aad
  DO NOT MERGE disabled engineCallback logging in spatializer
parents ff18a43c 7802162b
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: