akhilkalwakurthy

logcat -b radio after restoring ril_subscription

Feb 6th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.00 KB | None | 0 0
  1. [root@Sailfish bin]# ./logcat -b radio
  2. __bionic_open_tzdata_path: ANDROID_DATA not set!
  3. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  4. __bionic_open_tzdata_path: ANDROID_DATA not set!
  5. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  6. __bionic_open_tzdata_path: ANDROID_DATA not set!
  7. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  8. 02-05 20:04:17.516  1200  1200 D RILD    : **RIL Daemon Started**
  9. 02-05 20:04:17.516  1200  1200 D RILD    : **RILd param count=3**
  10. 02-05 20:04:17.524  1192  1192 D RILD    : **RIL Daemon Started**
  11. 02-05 20:04:17.524  1192  1192 D RILD    : **RILd param count=1**
  12. 02-05 20:04:17.701  1192  1192 D RILD    : RIL_Init argc = 5 clientId = 0
  13. 02-05 20:04:17.701  1200  1200 D RILD    : RIL_Init argc = 5 clientId = 2
  14. 02-05 20:04:17.703  1200  1200 E RILQ    : log to /data/misc/radio/ril_log for QCRIL logging is not enabled
  15. 02-05 20:04:17.703  1192  1192 E RILQ    : log to /data/misc/radio/ril_log for QCRIL logging is not enabled
  16. 02-05 20:04:17.736  1200  1200 I RILQ    : (1/1200):RIL[1][rild] qmi_ril_qmi_client_pre_initialization_acquire: entry
  17. 02-05 20:04:17.737  1192  1192 I RILQ    : (0/1192):RIL[0][rild] qmi_ril_qmi_client_pre_initialization_acquire: entry
  18. 02-05 20:04:17.737  1200  1200 I RILQ    : (1/1200):RIL[1][rild] qmi_ril_qmi_client_pre_initialization_acquire: exit
  19. 02-05 20:04:17.738  1192  1192 I RILQ    : (0/1192):RIL[0][rild] qmi_ril_qmi_client_pre_initialization_acquire: exit
  20. 02-05 20:04:17.757  1192  1192 D RILD    : RIL_Init rilInit completed
  21. 02-05 20:04:17.757  1200  1200 D RILD    : RIL_Init rilInit completed
  22. 02-05 20:04:17.757  1200  1200 I RILC    : SIM_COUNT: 1
  23. 02-05 20:04:17.757  1200  1200 E RILC    : RIL_register: RIL version 11
  24. 02-05 20:04:17.757  1200  1200 I RILC    : s_registerCalled flag set, 1
  25. 02-05 20:04:17.757  1200  1200 I RILC    : Start to listen RIL_SOCKET_1
  26. 02-05 20:04:17.757  1200  1200 D RILD    : RIL_Init RIL_register completed
  27. 02-05 20:04:17.757  1192  1268 W RILC    : RIL_onUnsolicitedResponse called before RIL_register
  28. 02-05 20:04:17.757  1200  1200 D RILD    : RIL_register_socket started
  29. 02-05 20:04:17.757  1200  1200 D RIL_UIM_SOCKET: Adding socket with id: 0
  30. 02-05 20:04:17.757  1200  1200 E         : Failed to listen on sap_uim_socket1 socket '-1': Bad file descriptor
  31. 02-05 20:04:17.757  1200  1200 D RILD    : RIL_register_socket completed
  32. 02-05 20:04:17.757  1200  1200 D RILD    : RIL_Init starting sleep loop
  33. 02-05 20:04:17.758  1192  1192 I RILC    : SIM_COUNT: 1
  34. 02-05 20:04:17.758  1192  1192 E RILC    : RIL_register: RIL version 11
  35. 02-05 20:04:17.758  1192  1192 I RILC    : s_registerCalled flag set, 1
  36. 02-05 20:04:17.758  1192  1192 I RILC    : Start to listen RIL_SOCKET_1
  37. 02-05 20:04:17.758  1192  1192 D RILD    : RIL_Init RIL_register completed
  38. 02-05 20:04:17.758  1192  1192 D RILD    : RIL_register_socket started
  39. 02-05 20:04:17.758  1192  1192 D RIL_UIM_SOCKET: Adding socket with id: 0
  40. 02-05 20:04:17.758  1192  1192 D RILD    : RIL_register_socket completed
  41. 02-05 20:04:17.758  1192  1192 D RILD    : RIL_Init starting sleep loop
  42. 02-05 20:04:22.842  1200  1267 I RILQ    : (1/1200):RIL[1][main] qmi_ril_qmi_client_pre_initialization_release: entry
  43. 02-05 20:04:22.843  1200  1267 I RILQ    : (1/1200):RIL[1][main] qmi_ril_qmi_client_pre_initialization_release: exit
  44. 02-05 20:04:22.843  1192  1268 I RILQ    : (0/1192):RIL[0][main] qmi_ril_qmi_client_pre_initialization_release: entry
  45. 02-05 20:04:22.844  1192  1268 I RILQ    : (0/1192):RIL[0][main] qmi_ril_qmi_client_pre_initialization_release: exit
  46. 02-05 20:04:23.088  1200  1267 E RILQ    : (1/1200): RIL[1][main] qcril_qmi_nas_init: QCRIL_OPERATOR_NAME is persist.env.spec,  property_name is persist.env.spec. Failed to get operator name
  47. 02-05 20:04:23.096  1192  1268 E RILQ    : (0/1192): RIL[0][main] qcril_qmi_nas_init: QCRIL_OPERATOR_NAME is persist.env.spec,  property_name is persist.env.spec. Failed to get operator name
  48. 02-05 20:04:23.242  1200  1267 I RILQ    : (1/1200):RIL[1][main] qcril_arb_set_dsd_sys_status: old_pref_data -1734688368 - new_data_pref -1734688432
  49. 02-05 20:04:23.242  1192  1268 I RILQ    : (0/1192):RIL[0][main] qcril_arb_set_dsd_sys_status: old_pref_data -1721396848 - new_data_pref -1721396912
  50. 02-05 20:04:23.242  1192  1268 I RILQ    : (0/1192):RIL[0][main] qcril_arb_set_dsd_sys_status: preferred dsd_sys_status nw=0x0, rat_value=0x0, so_mask=0x0000000000000000
  51. 02-05 20:04:23.242  1200  1267 I RILQ    : (1/1200):RIL[1][main] qcril_arb_set_dsd_sys_status: preferred dsd_sys_status nw=0x0, rat_value=0x0, so_mask=0x0000000000000000
  52. 02-05 20:04:23.242  1200  1267 I RILQ    : (1/1200):RIL[1][main] qcril_arb_set_dsd_sys_status: preferred 1 - dsd_sys_status nw=0x0, rat_value=0x0, so_mask=0x0000000000000000
  53. 02-05 20:04:23.242  1192  1268 I RILQ    : (0/1192):RIL[0][main] qcril_arb_set_dsd_sys_status: preferred 1 - dsd_sys_status nw=0x0, rat_value=0x0, so_mask=0x0000000000000000
  54. 02-05 20:04:23.242  1192  1268 I RILQ    : (0/1192):RIL[0][main] qcril_arb_set_dsd_sys_status: is_wwan_available 0
  55. 02-05 20:04:23.242  1200  1267 I RILQ    : (1/1200):RIL[1][main] qcril_arb_set_dsd_sys_status: is_wwan_available 0
  56. 02-05 20:04:23.244  1200  1267 I RILQ    : (1/1200):RIL[1][main] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  57. 02-05 20:04:23.244  1192  1268 I RILQ    : (0/1192):RIL[0][main] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  58. 02-05 20:04:23.268  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  59. 02-05 20:04:23.269  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  60. 02-05 20:04:23.269  1192  1277 E RILQ    : (0/1192): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist.
  61. 02-05 20:04:23.270  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  62. 02-05 20:04:23.270  1192  1277 E RILQ    : (0/1192): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist.
  63. 02-05 20:04:23.270  1200  1274 E RILQ    : (1/1200): RIL[1][event] qcril_uim_update_pbm_card_event: PBM_HANDLE_CARD 397313 processing Failed!
  64. 02-05 20:04:23.270  1200  1274 E RILQ    : (1/1200): RIL[1][event] qcril_uim_update_pbm_card_event: PBM_HANDLE_CARD 397315 processing Failed!
  65. 02-05 20:04:23.271  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_uim_update_pbm_card_event: PBM_HANDLE_CARD 397313 processing Failed!
  66. 02-05 20:04:23.271  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_uim_update_pbm_card_event: PBM_HANDLE_CARD 397314 processing Failed!
  67. 02-05 20:04:23.272  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_uim_update_pbm_card_event: PBM_HANDLE_CARD 397315 processing Failed!
  68. 02-05 20:04:23.274  1200  1267 E RILQ    : (1/1200): RIL[1][main] qcril_sms_perform_transport_layer_info_initialization: error while retrieving transport layer reg info
  69. 02-05 20:04:23.275  1192  1268 E RILQ    : (0/1192): RIL[0][main] qcril_sms_perform_transport_layer_info_initialization: error while retrieving transport layer reg info
  70. 02-05 20:04:23.276  1192  1268 E RILQ    : (0/1192): RIL[0][main] qcril_qmi_sms_set_primary_client: Successfully set QCRIL as the primary client
  71. 02-05 20:04:23.276  1192  1268 I RILC    : libril: new connection to RIL_SOCKET_1
  72. 02-05 20:04:23.277  1192  1268 I RILC    : RIL Daemon version: Qualcomm RIL 1.0
  73. 02-05 20:04:23.297  1192  1268 I RILQ    : (0/1192):RIL[0][main] qcril_qmi_get_call_list_to_send: RILVI: calls rep: reported/skipped 0/0 calls
  74. 02-05 20:04:23.299  1192  1268 E RILQ    : (0/1192): RIL[0][main] qcril_qmi_voice_request_query_facility_lock: received invalid parameters in RIL_REQUEST_QUERY_FACILITY_LOCK
  75. 02-05 20:04:23.299  1192  1268 E RILQ    : (0/1192): RIL[0][main] qcril_qmi_voice_request_query_facility_lock: received invalid parameters in RIL_REQUEST_QUERY_FACILITY_LOCK
  76. 02-05 20:04:23.322  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  77. 02-05 20:04:23.323  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  78. 02-05 20:04:23.325  1200  1274 E RILQ    : (1/1200): RIL[1][event] qcril_qmi_nas_update_iccid: Error reading iccid for slot 152
  79. 02-05 20:04:23.325  1200  1274 E RILQ    : (1/1200): RIL[1][event] qcril_uim_read_iccid: Invalid slot: 152
  80. 02-05 20:04:23.325  1200  1274 E RILQ    : (1/1200): RIL[1][event] qcril_qmi_nas_update_iccid: Failed to get iccid through SIM_IO
  81. 02-05 20:04:23.332  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  82. 02-05 20:04:23.346  1192  1277 E RILQ    : (0/1192): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist.
  83. 02-05 20:04:23.347  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_qmi_nas_update_iccid: Error reading iccid for slot 0
  84. 02-05 20:04:23.354  1200  1274 I RILQ    : (1/1200):RIL[1][event] qcril_qmi_nas_dms_op_state_update_handler: reported op mode ONLINE
  85. 02-05 20:04:23.354  1200  1274 I RILQ    : (1/1200):RIL[1][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  86. 02-05 20:04:23.355  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_qmi_nas_update_iccid: Error reading iccid for slot 153
  87. 02-05 20:04:23.355  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_uim_read_iccid: Invalid slot: 153
  88. 02-05 20:04:23.355  1192  1277 E RILQ    : (0/1192): RIL[0][event] qcril_qmi_nas_update_iccid: Failed to get iccid through SIM_IO
  89. 02-05 20:04:23.362  1200  1274 I RILQ    : (1/1200):RIL[1][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  90. 02-05 20:04:23.364  1200  1274 I RILQ    : (1/1200):RIL[1][event] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  91. 02-05 20:04:23.367  1200  1274 E RILQ    : (1/1200): RIL[1][event] get_ecc_property_name: ecc list name : ril.ecclist1.
  92. 02-05 20:04:23.367  1192  1277 I RILQ    : (0/1192):RIL[0][event] qcril_arb_set_dsd_sys_status: old_pref_data -1726689312 - new_data_pref -1726689376
  93. 02-05 20:04:23.367  1192  1277 I RILQ    : (0/1192):RIL[0][event] qcril_arb_set_dsd_sys_status: preferred dsd_sys_status nw=0x0, rat_value=0x0, so_mask=0x0000000000000000
  94. 02-05 20:04:23.368  1192  1277 E RILQ    : (0/1192): RIL[0][event] get_ecc_property_name: ecc list name : ril.ecclist.
  95. 02-05 20:04:23.370  1192  1277 I RILQ    : (0/1192):RIL[0][event] qcril_qmi_nas_dms_op_state_update_handler: reported op mode ONLINE
  96. 02-05 20:04:23.370  1192  1277 I RILQ    : (0/1192):RIL[0][event] qcril_qmi_nas_dms_op_state_update_handler: expected op mode ONLINE
  97. 02-05 20:04:28.381  1192  3553 I RILQ    : (0/1192):RIL[0][cmd-21(232)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  98. 02-05 20:04:28.388  1192  3552 I RILQ    : (0/1192):RIL[0][cmd-20(712)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  99. 02-05 20:04:38.401  1192  3576 I RILQ    : (0/1192):RIL[0][cmd-21(712)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
  100. 02-05 20:04:38.414  1192  3575 I RILQ    : (0/1192):RIL[0][cmd-20(192)] qcril_qmi_nas_reset_data_snapshot_cache_and_timer: Resetting snapshot timer
Add Comment
Please, Sign In to add comment