commit | 62863551d116cd748b08a885a85b554d130c5621 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Fri Dec 10 13:34:48 2021 -0800 |
committer | Vishnu Nair <vishnun@google.com> | Fri Dec 10 21:38:12 2021 +0000 |
tree | bab46036b1773a8f8f16949550a0b4395ccac20b | |
parent | 7eaec5d5973723cede5d8efdc8e1b2e646a79518 [diff] |
SF: Store transaction traces as a serialized blob Reduce memory usage for transaction traces by storing the data after serialization since this will pack the messages tightly. Test: presubmit Test: awk '/Private_Dirty:/{ sum += $2 } END { print sum }' /proc/`pidof surfaceflinger`/smaps Bug: 200284593 Fixes: 210078963 Change-Id: I6d6324264b112a08225bb4335b27fd19dd832d08