I need to capture some information from Modem Radio Log in android but I don't know how to capture it. I searched a lot but nothing found. As I need some information about baseband in android, I found out that must to capture modem log.
Thanks in advance.
Edit
I found Read logcat programmatically within application for capturing logcat logs in application
But because it is adb log adb logcat -b radio I don't know how to capture ADB log in application. As I see in one comment I'm in doubt if it is possible or not.
Thanks