commit | d5f57380e8c920f851919c52599ec8ed81251bd5 | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Wed Aug 02 21:13:20 2023 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Wed Aug 02 22:29:35 2023 +0200 |
tree | ace2b4ec11a1447246c09d3e2fd22e5de63a3c01 | |
parent | 48cdaa8e4c2bec4f3404250169a4c83e7ba26f3c [diff] |
gralloc: Fix retrieving metadata state The call to function GetMetaDataByReference was inadvertently removed in commit 07f2c74, because `result` was an unused variable. Restore that call, but do it properly avoiding the compilation issue. This fixes the logspam: E qtigralloc: Unable to get metadata state Change-Id: I2c2ee63df25c9e2ef5857fef5b3d49454f6240f3