Fintimlinbin
Member
- Dec 30, 2024
- 13
- 7
- 3
It took a while to reproduce my 'auto data turn-on' issue, and then another long time to reproduce it with LogFox recording the logs at the time (thanks for that suggestion @IsHacker ). I've now got a log that seems to capture the issue but, not being at all familiar with the logging, I'm now struggling a bit to understand more about the cause from what I can see in the logs.
For comparison, when I manually/explicitly turn on mobile data (via the drop down menu mobile data widget), I see the following in the logs -
and I see something similar (but not identical) in the big problem log capture -
Does anyone have any suggestions about what might be going on in relation to the '... radio ... zsj Phone.iCarrierLockDataRadioTech ... setDataEnabled(true)', how to interpret it, or where I could find more help and info about what it might be telling me?
For comparison, when I manually/explicitly turn on mobile data (via the drop down menu mobile data widget), I see the following in the logs -
...
1739351892.887 10032 14832 14895 D DataUsageController: setMobileDataEnabled: enabled=true
1739351892.887 10032 14832 14895 D TelephonyManager: setDataEnabled: enabled=true
1739351892.903 radio 3471 3804 D QcDataStatusNotification Service: MultiSim onChange(): subId = 1
1739351892.903 radio 3471 3804 D QcDataStatusNotification Service: onChange():uri=content://settings/global/mobile_data1 authority=settings path=/global/mobile_data1 segments=[global, mobile_data1] uriLastSegment=mobile_data
1739351892.922 radio 3471 3804 D QcDataStatusNotification Service: handleMessage: Data Enable changed to 1 on slot = 0
...
and I see something similar (but not identical) in the big problem log capture -
...
1738430214.184 radio 3471 3471 D zsj : Phone.isCarrierLockDataRadioTech, first setDataEnabled(false), then setDataEnabled(true).
1738430214.184 radio 3471 3471 D TelephonyManager: setDataEnabled: enabled=false
1738430214.187 radio 3471 3471 D TelephonyManager: setDataEnabled: enabled=true
1738430214.192 1000 623 623 E SELinux : avc: denied { find } for pid=24997 uid=10173 name=tethering scontext=u:r:permissioncontroller_app:s0:c173,c256,c512,c768 tcontext=u:object_r:tethering_service:s0 tclass=service_manager permissive=0
1738430214.197 1002 32757 567 D a2dp_codec: A2DP_GetCodecType:
1738430214.197 1002 32757 567 I chatty : uid=1002(bluetooth) btu message loo identical 1 line
1738430214.197 1002 32757 567 D a2dp_codec: A2DP_GetCodecType:
1738430214.203 radio 3471 3661 D QcDataStatusNotification Service: MultiSim onChange(): subId = 1
1738430214.203 radio 3471 3661 D QcDataStatusNotification Service: onChange():uri=content://settings/global/mobile_data1 authority=settings path=/global/mobile_data1 segments=[global, mobile_data1] uriLastSegment=mobile_data
1738430214.206 radio 3471 3661 D QcDataStatusNotification Service: handleMessage: Data Enable changed to 1 on slot = 0
...
Does anyone have any suggestions about what might be going on in relation to the '... radio ... zsj Phone.iCarrierLockDataRadioTech ... setDataEnabled(true)', how to interpret it, or where I could find more help and info about what it might be telling me?