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

Commit 56b8cf40 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

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



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