[DMA] Add withFeature API in StatsLogManager.

Bug: 297405016
Test: manual
Flag: ENABLE_OSE_CUSTOMIZATIONS
Change-Id: I4b36f7ce98ad0370bc1e73f60d8d7f98a50e1ea3
This commit is contained in:
Holly Sun
2023-10-04 15:51:56 -07:00
parent b1122a4ad3
commit 1341610a8b
2 changed files with 16 additions and 1 deletions
@@ -834,6 +834,13 @@ public class StatsLogManager implements ResourceBasedOverride {
return this;
}
/**
* Set the features of the log message.
*/
default StatsLogger withFeatures(int feature) {
return this;
}
/**
* Builds the final message and logs it as {@link EventEnum}.
*/