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

Commit 184e63ff authored by Wei Jia's avatar Wei Jia Committed by Android (Google) Code Review
Browse files

Merge "ESQueue: change warning message of one buffer containing multiple ADTS...

Merge "ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose." into lmp-mr1-dev
parents be845fce f247eef5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ status_t ElementaryStreamQueue::appendData(
                }

                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.",
                          frameLength, size - startOffset);
                }