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

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

Merge "Audioflinger: Dump "master mute" state in threads"

parents 6b5aebe6 dfb411f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1850,6 +1850,7 @@ void AudioFlinger::PlaybackThread::dumpInternals(int fd, const Vector<String16>&
{
    dumpBase(fd, args);

    dprintf(fd, "  Master mute: %s\n", mMasterMute ? "on" : "off");
    dprintf(fd, "  Normal frame count: %zu\n", mNormalFrameCount);
    dprintf(fd, "  Last write occurred (msecs): %llu\n",
            (unsigned long long) ns2ms(systemTime() - mLastWriteTime));