문제

I need to trace radio interface events log without having root privileges. It would be great to have the lowest layer protocol trace we can get ( e.g. AT commands or call control protocol). I have 2 devices: OS Android 4.0.3, OS Android 2.3.4

Is it possible? How can I get such a trace? Have you had such a problem? What was the decision?

Appreciate any reply you will post for the topic!

도움이 되었습니까?

해결책

To get radio logs you can use the follow command:

$ adb logcat -v time -b radio
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top