commit | 290811af4bce710cae8c70f4124da05c871f077b | [log] [tgz] |
---|---|---|
author | Sandeep Patil <sspatil@google.com> | Fri May 31 10:33:59 2019 -0700 |
committer | Sandeep Patil <sspatil@google.com> | Fri May 31 10:36:17 2019 -0700 |
tree | 5e6ed6dac2d9c45a1adf09405550ffcd02f412a1 | |
parent | 4410d2356081019cb0fee8f42673aa96f2f1875e [diff] |
Fix stack memory accounting for dumpsys The bug was introduced in refactor done for libmeminfo and stack memory was getting accounted as native heap as a result. Test: 'dumpsys meminfo' show non-zero Stack memory in 'Total PSS by category Bug: 132664087 Change-Id: Ifb8418bd9d2e65abc09aa4075d85fd5afc56b57a Signed-off-by: Sandeep Patil <sspatil@google.com>