Skip to content
Snippets Groups Projects
Commit 09b1ef0a authored by Paul Hu's avatar Paul Hu Committed by Gerrit Code Review
Browse files

Merge "Update the implementation for sent_query_count" into main

parents ef0afdef 600bd892
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,8 @@ public class NetworkNsdReportedMetrics {
event.getFoundServiceCount(),
event.getFoundCallbackCount(),
event.getLostCallbackCount(),
event.getRepliedRequestsCount());
event.getRepliedRequestsCount(),
event.getSentQueryCount());
}
}
......
......@@ -61,6 +61,9 @@ message NetworkNsdReported {
// Record query service count before unregistered service
optional int32 replied_requests_count = 11;
// Record sent query count before stopped discovery
optional int32 sent_query_count = 12;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment