Enhance the JavaDoc for Pair.of() data in the logging method

Bug: 202906853
Change-Id: I96ef1a6bd7ab96894f188101bdb583ab99c8b6d1
This commit is contained in:
ykhung
2021-11-09 18:49:10 +08:00
committed by YUKAI HUNG
parent 32438ace61
commit eb51ec419e

View File

@@ -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) {