[Toast] Add query_length for launcher latency logging.

Bug: 235249335
Test: no test needed.
Change-Id: Ia16c241a2eb3cb50a17713216182192f7902be9e
This commit is contained in:
Becky Qiu
2022-06-07 14:17:56 -07:00
parent 2d5bda75fc
commit a61a2cc962
2 changed files with 16 additions and 1 deletions
@@ -771,6 +771,13 @@ public class StatsLogManager implements ResourceBasedOverride {
return this;
}
/**
* Sets query length of the event.
*/
default StatsLatencyLogger withQueryLength(int queryLength) {
return this;
}
/**
* Sets packageId of log message.
*/