commit | 7b0f18b04e311223b793aa3ae8a9c7aef0a63a90 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Wed Jan 12 16:39:08 2022 -0800 |
committer | Vishnu Nair <vishnun@google.com> | Tue Jan 18 19:59:07 2022 +0000 |
tree | 7e90bc9ce750e24ebc6377e0ec771f7dffd96196 | |
parent | d37343ba07ce5d46cf4fd7d5facfbe2c06568149 [diff] |
SF: Fix transaction trace merging As entries get purged from the ring buffer, they need to be merged in order to update the starting state. The tracing logic tried to update the state directly from proto to be more efficient. But this introduced slight changes in behavior. Fix by reusing layerstate merge logic. Test: atest TransactionProtoParserTest Bug: 200284593 Change-Id: I8bfcf23c43fa89f3e5c4e899c5c8942d098bbe7f