History log of /packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d8fcffb8fe61a0288a85ac588ae51f7ed064f7c7 03-Oct-2016 Hyunyoung Song <hyunyoungs@google.com> Add user event logging for tap on search
b/31772967

Change-Id: I71ececb8195d46405623a8ae2a99d001088d9181
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
59a238095e82fd02355f4cb53abe01655a50b051 01-Sep-2016 Hyunyoung Song <hyunyoungs@google.com> Support user event logging for drag and drop
b/30039490

Supported in this CL:
- DnD: drag from container [WORKSPACE|HOTSEAT|FOLDER|ALLAPPS|WIDGETS|DEEPSHORTCUTS]
drag to container [HOTSEAT,WORKSPACE,FOLDER,DROPTARGETS]
- Source and target can be [FOLDER_ICON, ICON, DEEPSHORTCUT, WIDGET]
- $ adb shell setprop log.tag.UserEvent DEBUG will turn on debugging

Change-Id: I0b8b879b80e6dce85bbde6e7794f9e0677832603
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
8ce6063c4a5bd90810f0a21c946e5bbad3ce9de4 16-Aug-2016 Hyunyoung Song <hyunyoungs@google.com> Set launch source target correctly for user event logging

Before, everything is set to APP_ICON
With this changed, pinned shortcuts are set to DEEPSHORTCUT

Change-Id: I3e17de63f58693525236290ef5cb1f909f1d6098
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
55c6691e3a2e953dc9882ad0bc0a4c1ee2d42e67 02-Aug-2016 Tony Wickham <twickham@google.com> Add logging for shortcuts opening.

- Log as long press with child type DEEPSHORTCUTS container
- Parent type can be one of WORKSPACE, HOTSEAT, FOLDER,
ALLAPPS, PREDICTION, or SEARCHRESULT.

Bug: 30537079
Change-Id: Ie62e4889ee06c845f959ca998781787a7fdaf00e
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
5aa2714959405043639cb2d0b8d9ab8c6eef0bd2 21-Jul-2016 Hyunyoung Song <hyunyoungs@google.com> Add user event log for deep shortcuts and all apps opening interaction.
b/30114798

Change-Id: I11ad99d0bc1983294d6a5329b98917cb87250823
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
ddec1c739ef37c3a042982b8943fe42e04b65f4c 13-Apr-2016 Hyunyoung Song <hyunyoungs@google.com> Refactor UserEventLogging, Add predictedRank, replace Bundle with Proto

b/26494415
- Removed bundle object that became redundant now that we have LauncherEvent proto
- Combined Stats and UserEventLogger as they are effectively doing same thing
- Removed parent field inside Target
- added predictedRank target inside Target

b/27967359
- make com.android.launcher3.action.LAUNCH broadcast explicit
Later CL: finish packageName/intent/componentHash/predictedRank fields

Change-Id: I441fb46c834f73e58a4d2324e8da7971e8713ec8
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java
8fd5e938d34ee84d076b5c5d2575cc6c46c254ce 09-Mar-2016 Hyunyoung Song <hyunyoungs@google.com> Add getUserEventLogger to LauncherCallbacks
b/26494415

Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
/packages/apps/Launcher3/src/com/android/launcher3/logging/LoggerUtils.java