summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker2009-10-07 17:06:02 -0500
committerDoug Zongker2009-10-07 17:06:02 -0500
commit46ef2b87d01a2df67074351d0078bf900550f343 (patch)
treeb4d7f3072dc8182297d549473746474ca27bb311
parentb084929f5dd57b878f6debe6567a6c8888061fa0 (diff)
downloadplatform-system-core-46ef2b87d01a2df67074351d0078bf900550f343.tar.gz
platform-system-core-46ef2b87d01a2df67074351d0078bf900550f343.tar.xz
platform-system-core-46ef2b87d01a2df67074351d0078bf900550f343.zip
add free space on system and cache to free_storage_left log eventandroid-1.6_r2
-rw-r--r--logcat/event-log-tags26
1 files changed, 13 insertions, 13 deletions
diff --git a/logcat/event-log-tags b/logcat/event-log-tags
index 6df379230..b5e535cf7 100644
--- a/logcat/event-log-tags
+++ b/logcat/event-log-tags
@@ -21,7 +21,7 @@
21# 2: long 21# 2: long
22# 3: string 22# 3: string
23# 4: list 23# 4: list
24# 24#
25# The data unit is a number taken from the following list: 25# The data unit is a number taken from the following list:
26# 1: Number of objects 26# 1: Number of objects
27# 2: Number of bytes 27# 2: Number of bytes
@@ -58,11 +58,11 @@
58# This is logged when the partial wake lock (keeping the device awake 58# This is logged when the partial wake lock (keeping the device awake
59# regardless of whether the screen is off) is acquired or released. 59# regardless of whether the screen is off) is acquired or released.
602729 power_partial_wake_state (releasedorAcquired|1|5),(tag|3) 602729 power_partial_wake_state (releasedorAcquired|1|5),(tag|3)
61# This is logged when battery goes from discharging to charging. 61# This is logged when battery goes from discharging to charging.
62# It lets us count the total amount of time between charges and the discharge level 62# It lets us count the total amount of time between charges and the discharge level
632730 battery_discharge (duration|2|3),(minLevel|1|6),(maxLevel|1|6) 632730 battery_discharge (duration|2|3),(minLevel|1|6),(maxLevel|1|6)
64# 64#
65# Leave IDs through 2739 for more power logs 65# Leave IDs through 2739 for more power logs
66# 66#
67 67
68# This event is logged when the location service uploads location data. 68# This event is logged when the location service uploads location data.
@@ -79,8 +79,8 @@
792744 free_storage_changed (data|2|2) 792744 free_storage_changed (data|2|2)
80# Device low memory notification and disk space free on the /data partition, in bytes at that time 80# Device low memory notification and disk space free on the /data partition, in bytes at that time
812745 low_storage (data|2|2) 812745 low_storage (data|2|2)
82# disk space free on the /data partition in bytes 82# disk space free on the /data, /system, and /cache partitions in bytes
832746 free_storage_left (data|2|2) 832746 free_storage_left (data|2|2),(system|2|2),(cache|2|2)
84 84
85# when a NotificationManager.notify is called 85# when a NotificationManager.notify is called
862750 notification_enqueue (pkg|3),(id|1|5),(notification|3) 862750 notification_enqueue (pkg|3),(id|1|5),(notification|3)
@@ -160,9 +160,9 @@
16030010 am_proc_bound (PID|1|5),(Process Name|3) 16030010 am_proc_bound (PID|1|5),(Process Name|3)
161# Application process died 161# Application process died
16230011 am_proc_died (PID|1|5),(Process Name|3) 16230011 am_proc_died (PID|1|5),(Process Name|3)
163# The Activity Manager failed to pause the given activity. 163# The Activity Manager failed to pause the given activity.
16430012 am_failed_to_pause (Token|1|5),(Wanting to pause|3),(Currently pausing|3) 16430012 am_failed_to_pause (Token|1|5),(Wanting to pause|3),(Currently pausing|3)
165# Attempting to pause the current activity 165# Attempting to pause the current activity
16630013 am_pause_activity (Token|1|5),(Component Name|3) 16630013 am_pause_activity (Token|1|5),(Component Name|3)
167# Application process has been started 167# Application process has been started
16830014 am_proc_start (PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3) 16830014 am_proc_start (PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3)
@@ -262,28 +262,28 @@
262# Connectivity state changed: 262# Connectivity state changed:
263# [31-13] Reserved for future use 263# [31-13] Reserved for future use
264# [12- 9] Network subtype (for mobile network, as defined by TelephonyManager) 264# [12- 9] Network subtype (for mobile network, as defined by TelephonyManager)
265# [ 8- 3] Detailed state ordinal (as defined by NetworkInfo.DetailedState) 265# [ 8- 3] Detailed state ordinal (as defined by NetworkInfo.DetailedState)
266# [ 2- 0] Network type (as defined by ConnectivityManager) 266# [ 2- 0] Network type (as defined by ConnectivityManager)
26750020 connectivity_state_changed (custom|1|5) 26750020 connectivity_state_changed (custom|1|5)
268 268
269# Wi-Fi network state changed: 269# Wi-Fi network state changed:
270# [31- 6] Reserved for future use 270# [31- 6] Reserved for future use
271# [ 5- 0] Detailed state ordinal (as defined by NetworkInfo.DetailedState) 271# [ 5- 0] Detailed state ordinal (as defined by NetworkInfo.DetailedState)
27250021 wifi_network_state_changed (network_state|1|5) 27250021 wifi_network_state_changed (network_state|1|5)
273 273
274# Wi-Fi supplicant state changed: 274# Wi-Fi supplicant state changed:
275# [31- 6] Reserved for future use 275# [31- 6] Reserved for future use
276# [ 5- 0] Supplicant state ordinal (as defined by SupplicantState) 276# [ 5- 0] Supplicant state ordinal (as defined by SupplicantState)
27750022 wifi_supplicant_state_changed (supplicant_state|1|5) 27750022 wifi_supplicant_state_changed (supplicant_state|1|5)
278 278
279# Wi-Fi driver state changed: 279# Wi-Fi driver state changed:
280# [31- 1] Reserved for future use 280# [31- 1] Reserved for future use
281# [ 0- 0] Driver start (1) or stopped (0) 281# [ 0- 0] Driver start (1) or stopped (0)
28250023 wifi_driver_state_changed (driver_state|1|5) 28250023 wifi_driver_state_changed (driver_state|1|5)
283 283
284# Wi-Fi interface configuration state changed: 284# Wi-Fi interface configuration state changed:
285# [31- 1] Reserved for future use 285# [31- 1] Reserved for future use
286# [ 0- 0] Interface configuration succeeded (1) or failed (0) 286# [ 0- 0] Interface configuration succeeded (1) or failed (0)
28750024 wifi_interface_configuration_state_changed (IP_configuration|1|5) 28750024 wifi_interface_configuration_state_changed (IP_configuration|1|5)
288 288
289# Wi-Fi supplicant connection state changed: 289# Wi-Fi supplicant connection state changed:
@@ -333,7 +333,7 @@
333#//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c 333#//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c
33451000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5) 33451000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5)
335 335
336# db stats. 0 is query, 1 is write (may become more fine grained in the 336# db stats. 0 is query, 1 is write (may become more fine grained in the
337# future) 337# future)
33852000 db_operation (name|3),(op_type|1|5),(time|2|3) 33852000 db_operation (name|3),(op_type|1|5),(time|2|3)
339 339