Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb51ec41 authored by ykhung's avatar ykhung Committed by YUKAI HUNG
Browse files

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

Bug: 202906853
Change-Id: I96ef1a6bd7ab96894f188101bdb583ab99c8b6d1
parent 32438ace
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {