msm: bam_dmux: Use IPC Logging for string formatting
BAM DMUX currently formats a string into a local buffer before passing the pre-formated string directly to IPC Logging. This results in an extra copy operation and adds an extra timestamp. It also limits the printed string to the size of the local buffer (which is currently 80 characters). Remove the pre-formatting code and use the formatting capability in IPC Logging which removes the local length limitations, improves performance and removes the duplicate timestamp. Change-Id: I11712d5232daee58ac2f0d5ec78a8ba11af1ca04 Signed-off-by:Zaheerulla Meer <zmeer@codeaurora.org> Signed-off-by:
Arun Kumar Neelakantam <aneela@codeaurora.org>
Loading
Please sign in to comment