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

Commit 5c82407e authored by Wei Jia's avatar Wei Jia Committed by Android Git Automerger
Browse files

am 184e63ff: Merge "ESQueue: change warning message of one buffer containing...

am 184e63ff: Merge "ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose." into lmp-mr1-dev

* commit '184e63ff':
  ESQueue: change warning message of one buffer containing multiple ADTS frames into verbose.
parents 679a1439 184e63ff
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);
                }