Ensure base StatsLogManager can be instantiated
Bug: 119500924 Change-Id: Ia1adfa75147508ff1ff2a119cfba62b034ae4604
This commit is contained in:
parent
1296cf26f2
commit
3386fbf674
|
@ -26,10 +26,8 @@ import com.android.launcher3.logging.StatsLogUtils.LogStateProvider;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles the user event logging in Q.
|
* 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;
|
protected LogStateProvider mStateProvider;
|
||||||
public static StatsLogManager newInstance(Context context, LogStateProvider stateProvider) {
|
public static StatsLogManager newInstance(Context context, LogStateProvider stateProvider) {
|
||||||
|
|
Loading…
Reference in New Issue