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

Commit 61167e09 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "MetricId: Avoid byte[] and string ambiguity" am: 291ff22d

Change-Id: I749ba8ae504f37a7a3e9f2c7aa09ebcca8245964
parents ec71e524 291ff22d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ public class StatsLogWriter implements LogWriter {
                attribution,
                SettingsEnums.PAGE_VISIBLE /* action */,
                pageId,
                null /* changedPreferenceKey */,
                "" /* changedPreferenceKey */,
                0 /* changedPreferenceIntValue */);
    }

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