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

Commit b197233c authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "[BUG] AudioPolicy: Clients: fix dumpsys" into tm-dev am: 83302867 am: 56b8cf40

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/17936280



Change-Id: I2d803501276348eadfde1bcc77558005e4ade5d3
Ignore-AOSP-First: this is an automerge
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 679f22dc 56b8cf40
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());