add additional CdmaDataConnectionTracker event logging

This commit is contained in:
Tammo Spalink
2009-04-22 20:15:31 +08:00
parent 2f11599eb3
commit 76b2dfd17f
2 changed files with 24 additions and 8 deletions

View File

@@ -30,4 +30,6 @@ public final class TelephonyEventLog {
public static final int EVENT_LOG_CGREG_FAIL = 50107;
public static final int EVENT_LOG_DATA_STATE_RADIO_OFF = 50108;
public static final int EVENT_LOG_PDP_NETWORK_DROP = 50109;
public static final int EVENT_LOG_CDMA_DATA_SETUP_FAILED = 50110;
public static final int EVENT_LOG_CDMA_DATA_DROP = 50111;
}