Got home a little bit ago, and just poking through the logs generated today... about 33mb of every single tower connection, data use, LTE tower registration, etc. If you run with telephony debugging profile enabled, it logs everything your phone did and where it was is logged. Pretty amazing stuff, and obviously scary as well. Anyone with this log knows everything I did today.
The following represents no facts... just some random interpretations of a data log.
In general, there are thousands of these lines... which look like a periodic "hey the data system is doing ok"
71092.214 DATA.QMIDriver:CMD: processDsdTlvDataSystemStatus: Data System status: Technology: k3GPP (0x0), rat value: kEX_3GPP_LTE (0x3), service option mask: k3GPP_LTE_FDD (0x1000), data mode: kLTE
Then a service option mask is logged as "??? (0x11000)"...
71695.838 DATA.QMIDriver:CMD: processDsdTlvDataSystemStatus: Data System status: Technology: k3GPP (0x0), rat value: kEX_3GPP_LTE (0x3), service option mask: ??? (0x11000), data mode: kLTE
There are only 2 of them from the full day. Still reading through and see how much I can derive/understand. The voice over LTE logs are pretty damn cool as well, tracking your phone's periodic registering and re-registering with the towers.
Other interesting things in this log, which may or may not be related... some sort of "am I roaming test", a "1X neighbor cell test", and some general periodic registrations:
69798.317 [I|57,101] roam.1: There is no allow CDMA in countries key in the carrier bundle
69798.317 [I|25] time: NITZ/CDMA time is available, not processing further
71697.009 [I|31+] cm: Did not find a 1X Neighbor Cell. So Serving Cell Ecio will be from Signal Strength.
70923.143 [I|61+] 5wi.SDM: handleRegisteredNetworkInfo_sync: RegisteredNetworkInfo = [kRatLTE, kLTE, kRegistrationStatusRegisteredHome, GSM: < Not Present >, UMTS: < Not Present >, TDSCDMA: < Not Present >, LTE: Index: 0, MCC: [311], MNC: [480], Band info: 0, Area code: 21505, Cell ID: 21621251, UARFCN: 0, PID: 0, Latitude: 0, Longitude: 0, Bandwidth: 0, CDMA 1x < Not Present >, EVDO: < Not Present >, HDR SubnetMask Length: --, Is home system: 1]
Anyway, right now it's just a whole bunch of raw data... but that's what I have to report tonight. The logs are for Apple... I'm just reading between the lines to pass the time.