diff options
author | Tharaga Balachandran <tbalacha@codeaurora.org> | 2020-04-27 15:19:55 -0400 |
---|---|---|
committer | Baldev Sahu <bsahu@codeaurora.org> | 2020-05-12 10:31:29 +0530 |
commit | b4a725d616f85c6443e3ba0f1fbaf9a58fb3d79b (patch) | |
tree | 14ebf62a8e67d233122803447dbfa93e62d30772 /gralloc | |
parent | a830413051fd400f64807fe561f389f4d0909844 (diff) |
gralloc: Remove unnecessary log message.
CRs-Fixed: 2668943
Change-Id: I989b6e3d2e8a183b91ce9c41fc238d89b7f76912
Diffstat (limited to 'gralloc')
-rw-r--r-- | gralloc/gr_buf_mgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gralloc/gr_buf_mgr.cpp b/gralloc/gr_buf_mgr.cpp index 96a9463a..0b62ba40 100644 --- a/gralloc/gr_buf_mgr.cpp +++ b/gralloc/gr_buf_mgr.cpp @@ -506,7 +506,6 @@ static void getComponentSizeAndOffset(int32_t format, PlaneLayoutComponent &comp } break; default: - ALOGE("Offset and size in bits unknown for format %d", format); break; } } |