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

Commit c0147a02 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Modify incorrect output format in log" am: eefb5dba am: cda70003...

Merge "Modify incorrect output format in log" am: eefb5dba am: cda70003 am: aa50f844 am: fd183958 am: 60f096b7

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



Change-Id: I3a10293dc1e1eb718483d053828342365a345f2b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b9bd9ed8 60f096b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ status_t AudioTrack::set(
    std::string errorMessage;
    // Note mPortId is not valid until the track is created, so omit mPortId in ALOG for set.
    ALOGV("%s(): streamType %d, sampleRate %u, format %#x, channelMask %#x, frameCount %zu, "
          "flags #%x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
          "flags %#x, notificationFrames %d, sessionId %d, transferType %d, uid %d, pid %d",
          __func__,
          streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
          sessionId, transferType, attributionSource.uid, attributionSource.pid);