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

Commit e6adde40 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Shorten dumpsys media.audio_flinger output" into jb-dev

parents 49dd5cf3 868c0abe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -588,6 +588,10 @@ FastMixerDumpState::~FastMixerDumpState()

void FastMixerDumpState::dump(int fd)
{
    if (mCommand == FastMixerState::INITIAL) {
        fdprintf(fd, "FastMixer not initialized\n");
        return;
    }
#define COMMAND_MAX 32
    char string[COMMAND_MAX];
    switch (mCommand) {