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

Commit 585c694e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8502966 from 83302867 to tm-release

Change-Id: I838a402bbf075a545c6fc0ca58a08082dc589670
parents ecd0e055 83302867
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());