commit | b771670b5de29957caa86ec8644b5b5ca3e77eb1 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Wed May 29 08:23:37 2024 +0000 |
committer | Paul Hu <paulhu@google.com> | Wed May 29 08:23:37 2024 +0000 |
tree | 2f459d4a7db5d7a9eb416c1ee36ef97a89d9969e | |
parent | 7c03c95b83df5ca45b5939d134f6a87f752ec778 [diff] |
Report isKnownService in discovery stop metrics In the reportServiceDiscoveryStop function, the isKnownService value is not set. This means that it is not possible to track how many discovery queries are answered from cache. To track this information, add the isKnownService to reportServiceDiscoveryStop. Fix: 339738663 Test: atest FrameworksNetTests NsdManagerTest Change-Id: Idf9948826d3b8ffff9bce4f224543af87c653d80