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

Commit 57821758 authored by Francois Gaffie's avatar Francois Gaffie Committed by Eric Laurent
Browse files

[BUG] AudioPolicy: Clients: fix dumpsys



This CL fixes the dumpsys title.

Test: dumpsys media.audio_polciy & ensure Audio sources (<size>):
is displayed

Signed-off-by: default avatarFrancois Gaffie <francois.gaffie@renault.com>
Change-Id: I1b0745e982db83fb42bef374ae96c8763d49ea41
parent c1e26474
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());