I'm trying integrate a modem GPRS to Android, using default reference-ril and I can't see any log. I know that something is happening because I see some commands in UART TX using a scope, but no logs in logcat with RIL tag. Could someone give me some orientation about enable log in RIL. In code are simple some RLOGs and LOGs and I think this is suffice, but something is disable the output.
I'm using Android 6.0.1r3 from NXP.
Thanks,
Leonardo
Now I can start tests and necessary changes. For see debug I need use logcat -b radio.
Hi Leonardo,
The way of porting GPRS is very similar to that of 3G/4G, For different GPRS module, their reference-ril.so or script for dialing or setting lines in init.rc may be different, so at first, you had better contact GPRS manufacture and ask for corresponding materials and documents.
Best Regards,
Weidong