event.logtags revision 4a23e1df12e69c7e7210afc045f085f5ea441d9f
1# The entries in this file map a sparse set of log tag numbers to tag names.
2# This is installed on the device, in /system/etc, and parsed by logcat.
3#
4# Tag numbers are decimal integers, from 0 to 2^31.  (Let's leave the
5# negative values alone for now.)
6#
7# Tag names are one or more ASCII letters and numbers or underscores, i.e.
8# "[A-Z][a-z][0-9]_".  Do not include spaces or punctuation (the former
9# impacts log readability, the latter makes regex searches more annoying).
10#
11# Tag numbers and names are separated by whitespace.  Blank lines and lines
12# starting with '#' are ignored.
13#
14# Optionally, after the tag names can be put a description for the value(s)
15# of the tag. Description are in the format
16#    (<name>|data type[|data unit])
17# Multiple values are separated by commas.
18#
19# The data type is a number from the following values:
20# 1: int
21# 2: long
22# 3: string
23# 4: list
24#
25# The data unit is a number taken from the following list:
26# 1: Number of objects
27# 2: Number of bytes
28# 3: Number of milliseconds
29# 4: Number of allocations
30# 5: Id
31# 6: Percent
32# Default value for data of type int/long is 2 (bytes).
33#
34# TODO: generate ".java" and ".h" files with integer constants from this file.
35
36# These are used for testing, do not modify without updating
37# tests/framework-tests/src/android/util/EventLogFunctionalTest.java.
3842    answer (to life the universe etc|3)
39314   pi
402718  e
41
42# "account" is the java hash of the account name
432720 sync (id|3),(event|1|5),(source|1|5),(account|1|5)
44
45# This event is logged when the location service uploads location data.
462740 location_controller
47# This event is logged when someone is deciding to force a garbage collection
482741 force_gc (reason|3)
49# This event is logged on each tickle
502742 tickle (authority|3)
51
52# contacts aggregation: time and number of contacts.
53# count is negative for query phase, positive for merge phase
542747 contacts_aggregation (aggregation time|2|3), (count|1|1)
55
56# Device boot timings.  We include monotonic clock values because the
57# intrinsic event log times are wall-clock.
58#
59# Runtime starts:
603000 boot_progress_start (time|2|3)
61# ZygoteInit class preloading starts:
623020 boot_progress_preload_start (time|2|3)
63# ZygoteInit class preloading ends:
643030 boot_progress_preload_end (time|2|3)
65
66# Dalvik VM
6720003 dvm_lock_sample (process|3),(main|1|5),(thread|3),(time|1|3),(file|3),(line|1|5),(ownerfile|3),(ownerline|1|5),(sample_percent|1|6)
68
6975000 sqlite_mem_alarm_current (current|1|2)
7075001 sqlite_mem_alarm_max (max|1|2)
7175002 sqlite_mem_alarm_alloc_attempt (attempts|1|4)
7275003 sqlite_mem_released (Memory released|1|2)
7375004 sqlite_db_corrupt (Database file corrupt|3)
74
7550000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3)
7650001 menu_opened (Menu type where 0 is options and 1 is context|1|5)
77
78# HSM wifi state change
79# Hierarchical state class name (as defined in WifiStateTracker.java)
80# Logged on every state change in the hierarchical state machine
8150021 wifi_state_changed (wifi_state|3)
82# HSM wifi event
83# [31-16] Reserved for future use
84# [15 - 0] HSM event (as defined in WifiStateTracker.java)
85# Logged when an event is handled in a hierarchical state
8650022 wifi_event_handled (wifi_event|1|5)
87# Supplicant state change
88# [31-13] Reserved for future use
89# [8 - 0] Supplicant state (as defined in SupplicantState.java)
90# Logged when the supplicant switches to a new state
9150023 wifi_supplicant_state_changed (supplicant_state|1|5)
92
93# Do not change these names without updating tag in:
94#//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c
9551000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5)
96
97# Database operation samples.
98# db: the filename of the database
99# sql: the executed query (without query args)
100# time: cpu time millis (not wall time), including lock acquisition
101# blocking_package: if this is on a main thread, the package name, otherwise ""
102# sample_percent: the percent likelihood this query was logged
10352000 db_sample (db|3),(sql|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
104
105# http request/response stats
10652001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
10760000 viewroot_draw (Draw time|1|3)
10860001 viewroot_layout (Layout time|1|3)
10960002 view_build_drawing_cache (View created drawing cache|1|5)
11060003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
111
112# graphics timestamp
11360100 sf_app_dequeue_before (buffer|1),(identity|1),(time|2)
11460101 sf_app_dequeue_after (buffer|1),(identity|1),(time|2)
11560102 sf_app_lock_before (buffer|1),(identity|1),(time|2)
11660103 sf_app_lock_after (buffer|1),(identity|1),(time|2)
11760104 sf_app_queue (buffer|1),(identity|1),(time|2)
11860105 sf_repaint (buffer|1),(time|2)
11960106 sf_composition_complete (buffer|1),(time|2)
12060107 sf_unlock_clients (buffer|1),(time|2)
12160108 sf_swapbuffers (buffer|1),(time|2)
12260109 sf_repaint_done (buffer|1),(time|2)
12360110 sf_fb_post_before (buffer|1),(time|2)
12460111 sf_fb_post_after (buffer|1),(time|2)
12560112 sf_fb_dequeue_before (buffer|1),(time|2)
12660113 sf_fb_dequeue_after (buffer|1),(time|2)
12760114 sf_fb_lock_before (buffer|1),(time|2)
12860115 sf_fb_lock_after (buffer|1),(time|2)
129
130# 0 for screen off, 1 for screen on, 2 for key-guard done
13170000 screen_toggled (screen_state|1|5)
132
133# aggregation service
13470200 aggregation (aggregation time|2|3)
13570201 aggregation_test (field1|1|2),(field2|1|2),(field3|1|2),(field4|1|2),(field5|1|2)
136
137# libc failure logging
13880100 bionic_event_memcpy_buffer_overflow (uid|1)
13980105 bionic_event_strcat_buffer_overflow (uid|1)
14080110 bionic_event_memmov_buffer_overflow (uid|1)
14180115 bionic_event_strncat_buffer_overflow (uid|1)
14280120 bionic_event_strncpy_buffer_overflow (uid|1)
14380125 bionic_event_memset_buffer_overflow (uid|1)
14480130 bionic_event_strcpy_buffer_overflow (uid|1)
145
14680200 bionic_event_strcat_integer_overflow (uid|1)
14780205 bionic_event_strncat_integer_overflow (uid|1)
148
14980300 bionic_event_resolver_old_response (uid|1)
15080305 bionic_event_resolver_wrong_server (uid|1)
15180310 bionic_event_resolver_wrong_query (uid|1)
152
153# libcore failure logging
15490100 cert_pin_failure (certs|4)
155
156# NOTE - the range 1000000-2000000 is reserved for partners and others who
157# want to define their own log tags without conflicting with the core platform.
158