commit | 9dc88fc5f0208ad8104111ec7d95d05b22b5afaa | [log] [tgz] |
---|---|---|
author | Saurabh Shah <saurshah@codeaurora.org> | Mon Jul 15 16:02:30 2013 -0700 |
committer | Saurabh Shah <saurshah@codeaurora.org> | Mon Jul 15 16:02:30 2013 -0700 |
tree | 8013d2698d5c2eb0d080fed1f48c81d0d60ba18f | |
parent | e9efd8a487a66efbedcd2e73c877d43aa5fabf28 [diff] |
overlay: Fix crash due to small debug buffer size The debug buffer size is insufficient for newer targets with multiple pipes. The code causing crash is enabled only if the PIPE_DEBUG macro is enabled during local debugging. We now increase the buffer size and also put some string operations under the macro check for efficiency. Change-Id: I4ad418d314fd8c7d374ccfdb0943dde44d968922