[DMA] Add withFeature API in StatsLogManager.
Bug: 297405016 Test: manual Flag: ENABLE_OSE_CUSTOMIZATIONS Change-Id: I4b36f7ce98ad0370bc1e73f60d8d7f98a50e1ea3
This commit is contained in:
@@ -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}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user