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

Commit bebe9fb6 authored by George Lin's avatar George Lin
Browse files

Remove unused and unnecessary loggings (1/3)

Test: Build success
Bug: 299659307
Change-Id: I068430c97964cfb21072a416935047d3f9e03bd8
parent d46fbac4
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -75,18 +75,6 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them
                .log();
    }

    @Override
    public void logResumed(boolean provisioned, boolean wallpaper) {
        new SysUiStatsLogger(StyleEnums.ONRESUME)
                .log();
    }

    @Override
    public void logStopped() {
        new SysUiStatsLogger(StyleEnums.ONSTOP)
                .log();
    }

    @Override
    public void logActionClicked(String collectionId, int actionLabelResId) {
        new SysUiStatsLogger(StyleEnums.WALLPAPER_EXPLORE)