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

Commit 00669925 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Fix warning due to incorrect log format"

parents 1ebd04b5 7074296c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -988,7 +988,7 @@ status_t BnAudioFlinger::onTransact(
                                                 &latency,
                                                 flags,
                                                 hasOffloadInfo ? &offloadInfo : NULL);
            ALOGV("OPEN_OUTPUT output, %p", output);
            ALOGV("OPEN_OUTPUT output, %d", output);
            reply->writeInt32((int32_t) output);
            reply->writeInt32(devices);
            reply->writeInt32(samplingRate);