commit | edaeecda7b7749184861cf7d680bc44d3d19e1d5 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Wed Apr 10 09:21:29 2024 +0000 |
committer | Paul Hu <paulhu@google.com> | Wed Apr 10 09:21:29 2024 +0000 |
tree | 66529be15c335a93874730a6441e58d9e6092f54 | |
parent | 7e68d550f7c71835ce3c747653664be7f7d4f3fc [diff] |
Report sent query count in resolution stop metrics In the reportServiceResolutionStop function, the sent query count is not set. This means it's impossible to track how many queries are sent when a service is not resolved successfully. To track this information, add the sent query count to reportServiceResolutionStop. Fix: 333302084 Test: atest FrameworksNetTets NsdManagerTest Change-Id: Ida2a33ea35e9bb7393fe860245eb5ad8578d5ff6