commit | 625d69ee83ea95339c64f95db1d31852477f6aad | [log] [tgz] |
---|---|---|
author | asmathur <asmathur@codeaurora.org> | Wed Nov 12 15:54:19 2014 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jan 16 20:21:20 2015 -0800 |
tree | 0eda55962578d535b914729bdb0efebd0cf03bc9 | |
parent | 2dbd0fa2625f44212b46ddff1efd95a431b65d76 [diff] |
libmemtrack: Fix the kgsl memory flag to determine usermapped buffers The flag is the last character in 'flags' field array. It was wrongly indexed at flags[6] causing all entries to be marked as unaccounted. The correct check should be for flags[5] to be equal to 'Y'. Change-Id: I9f9af884b697363186d6315e5fb7c5673c22a495