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

Commit c2d54b54 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "audioflinger: align track dump header and content." into main

parents dda6c16e cfef2714
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.