From 03b87a2f40c26948b7b0c9409c33ad44857218cf Mon Sep 17 00:00:00 2001 From: Christoph Studer Date: Wed, 30 Apr 2014 17:33:27 +0200 Subject: Log notification clicks Emit notification_clicked log events when a notification is clicked from SystemUI. Also refactor the onNotificationClicked method to work with a key instead of individual notification params. Change-Id: Iffd15e95d46371b2ae7bfd00b2c348d9f4cf5d14 --- services/core/java/com/android/server/EventLogTags.logtags | 2 ++ 1 file changed, 2 insertions(+) (limited to 'services/core/java/com/android/server/EventLogTags.logtags') diff --git a/services/core/java/com/android/server/EventLogTags.logtags b/services/core/java/com/android/server/EventLogTags.logtags index 5083d44..6fab37c 100644 --- a/services/core/java/com/android/server/EventLogTags.logtags +++ b/services/core/java/com/android/server/EventLogTags.logtags @@ -65,6 +65,8 @@ option java_package com.android.server 27501 notification_panel_hidden # when notifications are newly displayed on screen, or disappear from screen 27510 notification_visibility_changed (newlyVisibleKeys|3),(noLongerVisibleKeys|3) +# when a notification has been clicked +27520 notification_clicked (key|3) # --------------------------- # Watchdog.java -- cgit v1.1