commit | 4565daa628d914f05dabfeca83d2e5ee07936a99 | [log] [tgz] |
---|---|---|
author | Brian Anderson <brianderson@google.com> | Tue Dec 13 15:41:28 2016 -0800 |
committer | Brian Anderson <brianderson@google.com> | Wed Dec 14 11:56:13 2016 -0800 |
tree | ff569903a535a4eff60d925556f1b5d0c97baaa2 | |
parent | 3d4039d7a291cd9b6f2dd4b46fcdb576f2db3356 [diff] |
Suppress unnecessary "frame not found" errors. ConsumerFrameEventHistory only stores 8 frames of history, but video can queue more than 8 frames, which triggers some annoying ALOGE messages that aren't really errors. This patch makes sure to print the error only if the producer has enabled the frame events, which only happens with EGL where we won't see more than 3 frames queued. Test: This only affects error reporting. Change-Id: I184202a71f5fe29159c148957b92fb2e856bf625