Merge change 1950 into donut
* changes: new cdma event log tags
This commit is contained in:
commit
e6be870641
1 changed files with 6 additions and 0 deletions
|
|
@ -323,6 +323,12 @@
|
||||||
# PDP drop caused by network
|
# PDP drop caused by network
|
||||||
50109 pdp_network_drop (cid|1|5), (network_type|1|5)
|
50109 pdp_network_drop (cid|1|5), (network_type|1|5)
|
||||||
|
|
||||||
|
# CDMA data network setup failure
|
||||||
|
50110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5)
|
||||||
|
|
||||||
|
# CDMA data network drop
|
||||||
|
50111 cdma_data_drop (cid|1|5), (network_type|1|5)
|
||||||
|
|
||||||
# Do not change these names without updating tag in:
|
# Do not change these names without updating tag in:
|
||||||
#//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c
|
#//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)
|
51000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue