OK, so here's what I see in that list.
Code:
7461
[ 03-12 01:39:32.546 613: 628 D/CountryDetector ]
7463
The first listener is added
7467
[ 03-12 01:39:32.566 758: 758 D/PhoneStatusBarPolicy ]
7469
updateSimState for subscription :0
7473
[ 03-12 01:39:32.566 758: 758 D/StatusBar.NetworkController ]
7475
In updateSimIcon simState= READY
7479
[ 03-12 01:39:32.596 758: 758 D/KeyguardUpdateMonitor ]
7481
ACTION_SIM_STATE_CHANGED intent received on sub = 0
7491
[ 03-12 01:39:32.676 758: 758 D/PhoneStatusBarPolicy ]
7493
updateSimState for subscription :0
7497
[ 03-12 01:39:32.686 758: 758 D/StatusBar.NetworkController ]
7499
In updateSimIcon simState= UNKNOWN
7503
[ 03-12 01:39:32.706 758: 758 D/KeyguardUpdateMonitor ]
7505
ACTION_SIM_STATE_CHANGED intent received on sub = 0
7509
[ 03-12 01:39:32.716 758: 758 D/KeyguardUpdateMonitor
That, along with all the network disconnects are before BOOT_COMPLETE, so I'm not concerned about those. Later in your log, it shows you are connected to VZWINTERNET, so it is reading your LTE card, from the looks of things.
Then we get near the end.
Code:
[ 03-12 01:40:46.054 1137: 1137 V/TransactionSettings ]
28705
APN setting: MMSC: null looked for: current IS NOT NULL AND apn=?
28709
[ 03-12 01:40:46.054 1137: 1137 V/TransactionService ]
28711
empty MMSC url, bail
28715
[ 03-12 01:40:46.074 758: 758 D/StatusBar.NetworkController ]
28717
updateConnectivity: intent=Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) }
28721
[ 03-12 01:40:46.084 758: 758 D/StatusBar.NetworkController ]
28723
updateConnectivity: networkInfo=NetworkInfo: type: mobile[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: ZWINTERNET, roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false
28727
[ 03-12 01:40:46.094 758: 758 D/StatusBar.NetworkController ]
28729
updateConnectivity: connectionStatus=0
28733
[ 03-12 01:40:46.154 864: 930 D/TelephonyProvider ]
28735
Column apn id key is 'apn_id'
28739
[ 03-12 01:40:47.536 1137: 1137 E/RetryScheduler ]
28741
Response status is: 134
28745
[ 03-12 01:40:47.746 613: 628 D/ConnectivityService ]
28747
stopUsingNetworkFeature: teardown net 0: enableMMS
28751
[ 03-12 01:40:47.756 1137: 1137 V/TransactionService ]
28753
mms releaseWakeLock
28757
[ 03-12 01:40:47.826 1137: 1137 D/MmsSystemEventReceiver ]
28759
TYPE_MOBILE_MMS available = true, isConnected = true
28763
[ 03-12 01:40:47.846 795: 795 D/CMStats ]
28765
Waiting for next sync : 23 hours
28769
[ 03-12 01:40:47.876 864: 864 D/PhoneApp ]
28771
mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED
28775
[ 03-12 01:40:47.876 864: 864 D/PhoneApp ]
28777
- state: DISCONNECTED
28781
[ 03-12 01:40:47.876 864: 864 D/PhoneApp ]
28783
- reason: dataDisabled
28787
[ 03-12 01:40:47.876 613: 613 D/MobileDataStateTracker ]
28789
mms: Broadcast received: android.intent.action.ANY_DATA_STATE apnType=mms
28793
[ 03-12 01:40:47.876 613: 613 D/MobileDataStateTracker ]
28795
mms: Received state=DISCONNECTED, old=CONNECTED, reason=dataDisabled
28799
[ 03-12 01:40:47.876 613: 613 D/MobileDataStateTracker ]
28801
mms: setDetailed state, old =CONNECTED and new state=DISCONNECTED
28805
[ 03-12 01:40:47.876 613: 744 D/ConnectivityService ]
28807
ConnectivityChange for mobile_mms: DISCONNECTED/DISCONNECTED
28811
[ 03-12 01:40:47.896 864: 864 D/NotificationMgr ]
28813
hideDataDisconnectedRoaming()...
You're getting an unknown APN response and losing data, if I'm reading that correctly. Being as your LTE Card works on ICY Fusion, I'm thinking that the CM Team broke something in Telephony on one of the latest builds.
TDM:
Thoughts on this?