1# See system/core/logcat/event.logtags for a description of the format of this file.
2
3option java_package com.android.internal.telephony;
4
5# PDP Context has a bad DNS address
650100 pdp_bad_dns_address (dns_address|3)
7
8# For data connection on PDP context, reached the data-out-without-data-in
9# packet count that triggers a countdown to radio restart
1050101 pdp_radio_reset_countdown_triggered (out_packet_count|1|1)
11
12# Radio restart - timed out with no incoming packets.
1350102 pdp_radio_reset (out_packet_count|1|1)
14
15# PDP context reset - timed out with no incoming packets.
1650103 pdp_context_reset (out_packet_count|1|1)
17
18# Reregister to data network - timed out with no incoming packets.
1950104 pdp_reregister_network (out_packet_count|1|1)
20
21# PDP Setup failures
2250105 pdp_setup_fail (cause|1|5), (cid|1|5), (network_type|1|5)
23
24# Call drops
2550106 call_drop (cause|1|5), (cid|1|5), (network_type|1|5)
26
27# Data network registration failed after successful voice registration
2850107 data_network_registration_fail (op_numeric|1|5), (cid|1|5)
29
30# Suspicious status of data connection while radio poweroff
3150108 data_network_status_on_radio_off (dc_state|3), (enable|1|5)
32
33# PDP drop caused by network
3450109 pdp_network_drop (cid|1|5), (network_type|1|5)
35
36# CDMA data network setup failure
3750110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5)
38
39# CDMA data network drop
4050111 cdma_data_drop (cid|1|5), (network_type|1|5)
41
42# GSM radio access technology switched (obsolete)
43# The original implementation had a bug that logged the new state in "network_from"
44# and STATE_OUT_OF_SERVICE in "network_to". To avoid confusion, the fixed version
45# uses a new tag, "gsm_rat_switched_new", to log the correct service states.
4650112 gsm_rat_switched (cid|1|5), (network_from|1|5), (network_to|1|5)
47
48# GSM data connection state transition
4950113 gsm_data_state_change (oldState|3), (newState|3)
50
51# GSM service state transition
5250114 gsm_service_state_change (oldState|1|5), (oldGprsState|1|5), (newState|1|5), (newGprsState|1|5)
53
54# CDMA data connection state transition
5550115 cdma_data_state_change (oldState|3), (newState|3)
56
57# CDMA service state transition
5850116 cdma_service_state_change (oldState|1|5), (oldDataState|1|5), (newState|1|5), (newDataState|1|5)
59
60# Bad IP address
6150117 bad_ip_address (ip_address|3)
62
63# Data Stall Recovery mode DATA_STALL_RECOVERY_GET_DATA_CALL_LIST
6450118 data_stall_recovery_get_data_call_list (out_packet_count|1|1)
65
66# Data Stall Recovery mode DATA_STALL_RECOVERY_CLEANUP
6750119 data_stall_recovery_cleanup (out_packet_count|1|1)
68
69# Data Stall Recovery mode DATA_STALL_RECOVERY_REREGISTER
7050120 data_stall_recovery_reregister (out_packet_count|1|1)
71
72# Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART
7350121 data_stall_recovery_radio_restart (out_packet_count|1|1)
74
75# Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART_WITH_PROP
7650122 data_stall_recovery_radio_restart_with_prop (out_packet_count|1|1)
77
78# GSM radio access technology switched (new)
79# We were logging the wrong values for the original tag, so use this tag
80# to log the correct "network_from" and "network_to" service states.
8150123 gsm_rat_switched_new (cid|1|5), (network_from|1|5), (network_to|1|5)
82
83# SMS denied by user
8450125 exp_det_sms_denied_by_user (app_signature|3)
8550128 exp_det_sms_sent_by_user (app_signature|3)
86