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

Commit f247eef5 authored by Wei Jia's avatar Wei Jia
Browse files

ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose.

Bug: 18741580
Change-Id: I35b38e106c3ca5421e0985d5e7feeaafe773ed6d
parent 8ddb0223
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -346,7 +346,7 @@ status_t ElementaryStreamQueue::appendData(
                }
                }


                if (frameLength != size - startOffset) {
                if (frameLength != size - startOffset) {
                    ALOGW("First ADTS AAC frame length is %zd bytes, "
                    ALOGV("First ADTS AAC frame length is %zd bytes, "
                          "while the buffer size is %zd bytes.",
                          "while the buffer size is %zd bytes.",
                          frameLength, size - startOffset);
                          frameLength, size - startOffset);
                }
                }