Scanning radio syslogs in Android

我们两清 提交于 2020-01-06 07:26:53

问题


I am trying to extract some information from Android (e.g. LAST_CALL_FAIL_CAUSE). Some of the information I found on Google suggests scanning the radio logs for this. However, I am not really sure how to scan these logs or how to pro grammatically access them. I searched for this on Google but couldnt find anything useful. Any ideas ?


回答1:


LAST_CALL_FAIL_CAUSE belongs to the radio log, the meaning of the value defined by the vendor of modem. eg, LAST_CALL_FAIL_CAUSE = 16 means call failed normally, LAST_CALL_FAIL_CAUSE = 17 means call failed because busy line. So, you have to have the modem vendor codes to know the exact meaning.



来源:https://stackoverflow.com/questions/13915306/scanning-radio-syslogs-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!