Android – How to capture Modem Radio Log in Android

androidandroid-logandroid-logcat

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

Best Answer

Use below command on terminal or console after adb device connection.

adb logcat -b radio