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

Commit b6586696 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MetricId: Avoid byte[] and string ambiguity" into rvc-dev

parents e28309b2 24344d50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public class StatsLogWriter implements LogWriter {
                attribution, /* from pageId */
                SettingsEnums.PAGE_VISIBLE /* action */,
                pageId, /* target pageId */
                null /* changedPreferenceKey */,
                "" /* changedPreferenceKey */,
                latency /* changedPreferenceIntValue */);
    }

@@ -40,7 +40,7 @@ public class StatsLogWriter implements LogWriter {
                SettingsEnums.PAGE_UNKNOWN /* attribution */,
                SettingsEnums.PAGE_HIDE /* action */,
                pageId,
                null /* changedPreferenceKey */,
                "" /* changedPreferenceKey */,
                visibleTime /* changedPreferenceIntValue */);
    }