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

Commit 83302867 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "[BUG] AudioPolicy: Clients: fix dumpsys" into tm-dev

parents 688cec6e 57821758
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ void SourceClientDescriptor::dump(String8 *dst, int spaces) const

void SourceClientCollection::dump(String8 *dst) const
{
    dst->append("\n Audio sources (%zu):\n", size());
    dst->appendFormat("\n Audio sources (%zu):\n", size());
    for (size_t i = 0; i < size(); i++) {
        const std::string prefix = base::StringPrintf("  %zu. ", i + 1);
        dst->appendFormat("%s", prefix.c_str());