| commit | 5ed47754aabed2c54b42a7f37febd244a139f3f6 | [log] [tgz] |
|---|---|---|
| author | Richard Uhler <ruhler@google.com> | Wed Apr 02 15:50:10 2025 -0700 |
| committer | Richard Uhler <ruhler@google.com> | Tue Apr 15 10:46:35 2025 -0700 |
| tree | aa624f99a90ec1eaceec606ddb32fd26909df7f5 | |
| parent | 056966f1646481b50ea25512e187a934e92ee2d3 [diff] |
Avoid excessive allocation churn in network stats. Getting the network stats required making 3 full copies of all the network stats since boot. Reorganize the code so we only have to allocate incremental network stats objects. Flag: EXEMPT bugfix Bug: 399154099 Test: atest ConnectivityCoverageTests Test: atest NetworkStatsIntegrationTest Change-Id: Id531c4ffd6e0d127b8aaac38bda6a89a3d700c64