Merge "[5/n] Log cardinality to StatsLogManager" into udc-dev

This commit is contained in:
Fengjiang Li
2023-05-09 21:33:36 +00:00
committed by Android (Google) Code Review
2 changed files with 15 additions and 1 deletions
@@ -891,6 +891,12 @@ public class StatsLogManager implements ResourceBasedOverride {
return this;
}
/** Sets cardinality of the event. */
default StatsLatencyLogger withCardinality(int cardinality) {
return this;
}
/**
* Sets packageId of log message.
*/