From c6b79e307f59e936ee380da07b0bd6fafe0a490c Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Wed, 1 Feb 2017 09:13:24 -0800 Subject: Add logging for notifications. - Log notification launches - Log notification swipes - Fix logDragNDrop() to only log if the pre-drag ends (so it doesn't log a long-press that only shows shortcuts without dragging). - Add shortcut rank to logs when launching deep shortcuts, where 0 is the shortcut closest to the app icon (highest rank). Bug: 34770729 Bug: 32410600 Change-Id: I99dcef9b6a71da2ef58e32397702bb137407b10f --- protos/launcher_log.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'protos') diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto index 33041dbca..c42b142f7 100644 --- a/protos/launcher_log.proto +++ b/protos/launcher_log.proto @@ -64,6 +64,7 @@ enum ItemType { DEEPSHORTCUT = 5; SEARCHBOX = 6; EDITTEXT = 7; + NOTIFICATION = 8; } // Used to define what type of container a Target would represent. -- cgit v1.2.3