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

Commit eefb5dba authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Modify incorrect output format in log"

parents caee253c 71f644f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -403,7 +403,7 @@ status_t AudioTrack::set(


    // Note mPortId is not valid until the track is created, so omit mPortId in ALOG for set.
    // 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, "
    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__,
          __func__,
          streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
          streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames,
          sessionId, transferType, attributionSource.uid, attributionSource.pid);
          sessionId, transferType, attributionSource.uid, attributionSource.pid);