diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:07 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:07 -0800 |
commit | 13f797da7f190e9ea52f2f3d235210b8a4963b21 (patch) | |
tree | c821e95502ab1ab9096a11e7488e224e319a46b4 /logcat | |
parent | dcf3ce247e13fe0a982ed2ada35cdee1f0ac626a (diff) | |
download | core-13f797da7f190e9ea52f2f3d235210b8a4963b21.tar.gz core-13f797da7f190e9ea52f2f3d235210b8a4963b21.tar.bz2 core-13f797da7f190e9ea52f2f3d235210b8a4963b21.zip |
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'logcat')
-rw-r--r-- | logcat/event-log-tags | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/logcat/event-log-tags b/logcat/event-log-tags index 3d977a5e5..4f1704082 100644 --- a/logcat/event-log-tags +++ b/logcat/event-log-tags @@ -58,6 +58,9 @@ # This is logged when the partial wake lock (keeping the device awake # regardless of whether the screen is off) is acquired or released. 2729 power_partial_wake_state (releasedorAcquired|1|5),(tag|3) +# This is logged when battery goes from discharging to charging. +# It lets us count the total amount of time between charges and the discharge level +2730 battery_discharge (duration|2|3),(minLevel|1|6),(maxLevel|1|6) # # Leave IDs through 2739 for more power logs # @@ -295,19 +298,28 @@ # PDP Setup failures 50105 pdp_setup_fail (cause|1|5), (cid|1|5), (network_type|1|5) -# Call drops +# Call drops 50106 call_drop (cause|1|5), (cid|1|5), (network_type|1|5) # Data network registration failed after successful voice registration 50107 data_network_registration_fail (op_numeric|1|5), (cid|1|5) -# Suspicious status of data connection while radio poweroff +# Suspicious status of data connection while radio poweroff 50108 data_network_status_on_radio_off (dc_state|3), (enable|1|5) +# PDP drop caused by network +50109 pdp_network_drop (cid|1|5), (network_type|1|5) + # Do not change these names without updating tag in: #//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c 51000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5) +# db stats. 0 is query, 1 is write (may become more fine grained in the +# future) +52000 db_operation (name|3),(op_type|1|5),(time|2|3) + +# http request/response stats +52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2) 60000 viewroot_draw (Draw time|1|3) 60001 viewroot_layout (Layout time|1|3) 60002 view_build_drawing_cache (View created drawing cache|1|5) @@ -315,3 +327,4 @@ # 0 for screen off, 1 for screen on, 2 for key-guard done 70000 screen_toggled (screen_state|1|5) + |