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

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

Merge "Revert "audioflinger: Temporary disable post-close dumping of input streams""

parents ccf43f5a d3934149
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2500,9 +2500,7 @@ status_t AudioFlinger::closeInput_nonvirtual(audio_io_handle_t input)
        if (recordThread != 0) {
            ALOGV("closeInput() %d", input);

#if 0
            dumpToThreadLog_l(recordThread);
#endif

            // If we still have effect chains, it means that a client still holds a handle
            // on at least one effect. We must either move the chain to an existing thread with the
@@ -2546,9 +2544,7 @@ status_t AudioFlinger::closeInput_nonvirtual(audio_io_handle_t input)
            if (mmapThread == 0) {
                return BAD_VALUE;
            }
#if 0
            dumpToThreadLog_l(mmapThread);
#endif
            mMmapThreads.removeItem(input);
        }
        const sp<AudioIoDescriptor> ioDesc = new AudioIoDescriptor();