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

Commit 3386fbf6 authored by Winson Chung's avatar Winson Chung
Browse files

Ensure base StatsLogManager can be instantiated

Bug: 119500924
Change-Id: Ia1adfa75147508ff1ff2a119cfba62b034ae4604
parent 1296cf26
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -26,10 +26,8 @@ import com.android.launcher3.logging.StatsLogUtils.LogStateProvider;

/**
 * Handles the user event logging in Q.
 * Since the AOSP Launcher3 doesn't take part in the StatsLog logging, the class
 * itself is abstract.
 */
public abstract class StatsLogManager implements ResourceBasedOverride {
public class StatsLogManager implements ResourceBasedOverride {

    protected LogStateProvider mStateProvider;
    public static StatsLogManager newInstance(Context context, LogStateProvider stateProvider) {