Merge "Log the event for swiping up to dismiss a task in Overview." into ub-launcher3-qt-qpr1-dev

am: 22edac9bf5

Change-Id: Iae05c668fecf84c79086cfb6821e9644ac08bb71
This commit is contained in:
Becky Qiu
2019-08-14 13:09:14 -07:00
committed by android-build-merger
3 changed files with 16 additions and 2 deletions
@@ -40,5 +40,6 @@ public class StatsLogManager implements ResourceBasedOverride {
public void logAppLaunch(View v, Intent intent) { }
public void logTaskLaunch(View v, ComponentKey key) { }
public void logTaskDismiss(View v, ComponentKey key) { }
public void verify() {} // TODO: should move into robo tests
}