commit | 6b51562404730712da2e8d2daf23085a364f7c1d | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Feb 15 14:42:18 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Feb 15 14:42:18 2022 +0000 |
tree | 4f1ea0ff728141b196ac92bda59a50aa7b1eb9be | |
parent | 417f545273cdd050e2fb3580645803301ec54f40 [diff] [blame] |
tp: add flows between binder transaction pairs Also massively cleanup this code which was highly difficult to understand what the flow of data was. Change-Id: I6c13118662d2e938ff8a09f2c565a68075a55d7b
diff --git a/CHANGELOG b/CHANGELOG index 2a1bfbd..ebad664 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -4,7 +4,8 @@ Trace Processor: * UI: - * + * Added flow arrows between binder transaction pairs (request/reply + and async send/async recv). SDK: *