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

Commit 3c242956 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Enhance the JavaDoc for Pair.of() data in the logging method" into sc-v2-dev am: 792110e3 am: 0b4d8d13

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16220890

Change-Id: I39b4ed57a13a02b0f76f7418fdec7231c3bd239d
parents 305fc5dc 0b4d8d13
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) {