Enhance the JavaDoc for Pair.of() data in the logging method
Bug: 202906853 Change-Id: I96ef1a6bd7ab96894f188101bdb583ab99c8b6d1
This commit is contained in:
@@ -97,6 +97,9 @@ public class MetricsFeatureProvider {
|
||||
|
||||
/**
|
||||
* Logs a simple action without page id or attribution
|
||||
*
|
||||
* @param category the target page
|
||||
* @param taggedData the data for {@link EventLogWriter}
|
||||
*/
|
||||
public void action(Context context, int category, Pair<Integer, Object>... taggedData) {
|
||||
for (LogWriter writer : mLoggerWriters) {
|
||||
|
||||
Reference in New Issue
Block a user