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

Commit cfef2714 authored by jiabin's avatar jiabin
Browse files

audioflinger: align track dump header and content.

Bug: 376301650
Test: dumpsys audioflinger
Flag: EXEMPT log only update
Change-Id: I63bcfe8a55aeff5ef2559b69a5908a253f936c86
parent b54f23a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1090,7 +1090,7 @@ void Track::appendDump(String8& result, bool active) const
    result.appendFormat("%7s %7u/%7u %7u %7u %2s 0x%03X "
                        "%08X %08X %6u "
                        "%2u %3x %2x "
                        "%5.2g %5.2g %5.2g %5.2g%c %11.2g %12s"
                        "%5.2g %5.2g %5.2g %5.2g%c %11.2g %10s "
                        "%08X %6zu%c %6zu %c %9u%c %7u %10s %12s",
            active ? "yes" : "no",
            mClient ? mClient->pid() : getpid() ,
+1 −1

File changed.

Contains only whitespace changes.