Merge "Enhance the JavaDoc for Pair.of() data in the logging method" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
792110e34f
@@ -97,6 +97,9 @@ public class MetricsFeatureProvider {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs a simple action without page id or attribution
|
* 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) {
|
public void action(Context context, int category, Pair<Integer, Object>... taggedData) {
|
||||||
for (LogWriter writer : mLoggerWriters) {
|
for (LogWriter writer : mLoggerWriters) {
|
||||||
|
|||||||
Reference in New Issue
Block a user