aboutsummaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorKen Shirriff <kens@google.com>2009-09-03 16:12:44 -0700
committerKen Shirriff <kens@google.com>2009-09-03 16:13:08 -0700
commitf602030b352e4cf1a6de250be06523803dcf834a (patch)
treefcc10f08a842a7675ef3636216e934a0d146d0a2 /logcat
parent69551d85e95d2ba712f083b39f3ff0b32f865e34 (diff)
downloadsystem_core-f602030b352e4cf1a6de250be06523803dcf834a.zip
system_core-f602030b352e4cf1a6de250be06523803dcf834a.tar.gz
system_core-f602030b352e4cf1a6de250be06523803dcf834a.tar.bz2
Add contacts aggregation event to the log.
Diffstat (limited to 'logcat')
-rw-r--r--logcat/event-log-tags4
1 files changed, 4 insertions, 0 deletions
diff --git a/logcat/event-log-tags b/logcat/event-log-tags
index b5386d3..4db86cb 100644
--- a/logcat/event-log-tags
+++ b/logcat/event-log-tags
@@ -82,6 +82,10 @@
# disk space free on the /data partition in bytes
2746 free_storage_left (data|2|2)
+# contacts aggregation: time and number of contacts.
+# count is negative for query phase, positive for merge phase
+2747 contacts_aggregation (aggregation time|2|3), (count|1|1)
+
# when a NotificationManager.notify is called
2750 notification_enqueue (pkg|3),(id|1|5),(notification|3)
# when someone tries to cancel a notification, the notification manager sometimes