Merge "Migrate QSB logging to WW" into ub-launcher3-rvc-dev

This commit is contained in:
Hyunyoung Song
2020-06-05 21:23:47 +00:00
committed by Android (Google) Code Review
2 changed files with 52 additions and 5 deletions
@@ -19,6 +19,7 @@ import android.content.Context;
import androidx.annotation.Nullable;
import com.android.launcher3.LauncherState;
import com.android.launcher3.R;
import com.android.launcher3.logger.LauncherAtom.ItemInfo;
import com.android.launcher3.logging.StatsLogUtils.LogStateProvider;
@@ -174,6 +175,13 @@ public class StatsLogManager implements ResourceBasedOverride {
public void log(EventEnum event, InstanceId instanceId, @Nullable ItemInfo itemInfo) {
}
/**
* Logs an event and accompanying {@link LauncherState}s. If either of the state refers
* to workspace state, then use pageIndex to pass in index of workspace.
*/
public void log(EventEnum event, int srcState, int dstState, int pageIndex) {
}
/**
* Logs snapshot, or impression of the current workspace.
*/