commit | 13c2bc7303361af51b026a217788cccfb87b4180 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Wed Jun 10 00:35:35 2020 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Thu Jun 11 23:51:17 2020 -0700 |
tree | 4521b29aea43304d48179f14b40cf9f4ccef76f8 | |
parent | 662796d18b5dc8c83f4295f0ab75eb97391ef007 [diff] [blame] |
LAUNCHER_APP_LAUNCH_TAP should log correctly for icons inside folder Bug: 137777105 Change-Id: I5c1552481fc1b788ba41c57bfe97f126f55e5b16
diff --git a/src/com/android/launcher3/BaseDraggingActivity.java b/src/com/android/launcher3/BaseDraggingActivity.java index 268b910..88dbfd6 100644 --- a/src/com/android/launcher3/BaseDraggingActivity.java +++ b/src/com/android/launcher3/BaseDraggingActivity.java
@@ -188,7 +188,7 @@ } getUserEventDispatcher().logAppLaunch(v, intent, user); if (item != null) { - getStatsLogManager().log(LAUNCHER_APP_LAUNCH_TAP, item.buildProto()); + getStatsLogManager().log(LAUNCHER_APP_LAUNCH_TAP, item); } return true; } catch (NullPointerException|ActivityNotFoundException|SecurityException e) {