• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revisiond4f2fabff06ce651a3e53b0187f3c027349c34a9 (tree)
Zeit2009-05-21 00:54:54
AutorAndroid (Google) Code Review <android-gerrit@goog...>
CommiterThe Android Open Source Project

Log Message

am e6be8706: Merge change 1950 into donut

Merge commit 'e6be870641d6db12493342c53344d68f464cc0a8'

* commit 'e6be870641d6db12493342c53344d68f464cc0a8':

new cdma event log tags

Ändern Zusammenfassung

Diff

--- a/logcat/event-log-tags
+++ b/logcat/event-log-tags
@@ -323,6 +323,12 @@
323323 # PDP drop caused by network
324324 50109 pdp_network_drop (cid|1|5), (network_type|1|5)
325325
326+# CDMA data network setup failure
327+50110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5)
328+
329+# CDMA data network drop
330+50111 cdma_data_drop (cid|1|5), (network_type|1|5)
331+
326332 # Do not change these names without updating tag in:
327333 #//device/dalvik/libcore/luni/src/main/native/org_apache_harmony_luni_platform_OSNetworkSystem.c
328334 51000 socket_stats (send|1|2),(recv|1|2),(ip|1|5),(port|1|5),(close|1|5)