diff options
author | Irfan Sheriff <isheriff@google.com> | 2010-07-20 22:23:14 -0700 |
---|---|---|
committer | Irfan Sheriff <isheriff@google.com> | 2010-07-23 15:58:58 -0700 |
commit | efc69582fe9a9e3577b6695e9ee63a80d8980ed5 (patch) | |
tree | be6a8decff2673f22e8ac2d98f1a315ff0efed3d /logcat | |
parent | d5c4d2ae3af12f13f1d6700b395fcac13143d01c (diff) | |
download | system_core-efc69582fe9a9e3577b6695e9ee63a80d8980ed5.zip system_core-efc69582fe9a9e3577b6695e9ee63a80d8980ed5.tar.gz system_core-efc69582fe9a9e3577b6695e9ee63a80d8980ed5.tar.bz2 |
Update eventlog tags for WifiStateTracker
Change-Id: I43137ba87df7ec30f068997c86957e6bda14aaeb
Diffstat (limited to 'logcat')
-rw-r--r-- | logcat/event.logtags | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/logcat/event.logtags b/logcat/event.logtags index f146738..d41f36b 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -115,31 +115,20 @@ 50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3) 50001 menu_opened (Menu type where 0 is options and 1 is context|1|5) -# Wi-Fi network state changed: -# [31- 6] Reserved for future use -# [ 5- 0] Detailed state ordinal (as defined by NetworkInfo.DetailedState) -50021 wifi_network_state_changed (network_state|1|5) - -# Wi-Fi supplicant state changed: -# [31- 6] Reserved for future use -# [ 5- 0] Supplicant state ordinal (as defined by SupplicantState) -50022 wifi_supplicant_state_changed (supplicant_state|1|5) - -# Wi-Fi driver state changed: -# [31- 1] Reserved for future use -# [ 0- 0] Driver start (1) or stopped (0) -50023 wifi_driver_state_changed (driver_state|1|5) - -# Wi-Fi interface configuration state changed: -# [31- 1] Reserved for future use -# [ 0- 0] Interface configuration succeeded (1) or failed (0) -50024 wifi_interface_configuration_state_changed (IP_configuration|1|5) - -# Wi-Fi supplicant connection state changed: -# [31- 2] Reserved for future use -# [ 1- 0] Connected to supplicant (1) or disconnected from supplicant (0), -# or supplicant died (2) -50025 wifi_supplicant_connection_state_changed (connected|1|5) +# HSM wifi state change +# Hierarchical state class name (as defined in WifiStateTracker.java) +# Logged on every state change in the hierarchical state machine +50021 wifi_state_changed (wifi_state|3) +# HSM wifi event +# [31-16] Reserved for future use +# [15 - 0] HSM event (as defined in WifiStateTracker.java) +# Logged when an event is handled in a hierarchical state +50022 wifi_event_handled (wifi_event|1|5) +# Supplicant state change +# [31-13] Reserved for future use +# [8 - 0] Supplicant state (as defined in SupplicantState.java) +# Logged when the supplicant switches to a new state +50023 wifi_supplicant_state_changed (supplicant_state|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 |