commit | 2776d99441e3df0a54fa91bf535c01488a71ac5e | [log] [tgz] |
---|---|---|
author | Ivo Kay <ivokay@google.com> | Mon Jul 15 08:40:52 2024 +0000 |
committer | Ivo Kay <ivokay@google.com> | Mon Jul 15 08:54:27 2024 +0000 |
tree | cbde8755d8ef78624298fc9c5c164a97d4abb072 | |
parent | 58dbc14544a5a8f25fde5c4c5a2b8b1eaaff0ada [diff] |
Don't include tags in atom ProxyBytesTransferByFgbg Tagged stats are already included in untagged stats in kernel BPF map, so including tagged stats without logging the actual tags results in double-counting. This is the reason why other similar atoms, such as WifiBytesTransferByFgBg and MobileBytesTransferByFgBg also query stats with includeTags set to false. Test: manual, perfetto Bug: 352699955 Flag: EXEMPT bugfix Change-Id: I9d7c73633eb9c7d5973481533451bfbef1f77b00