Change-Id: If393232d5102814f3881acd69114760772324d7f
{
telephony_h *newhandle = tele_handle_list.handle;
int i = 0;
-
+ int err = -1;
telephony_state_cb = NULL;
for (i = 0; i < video_noti_size; i++) {
- telephony_unset_noti_cb(*newhandle, telephony_video_call_noti_tbl[i]);
+ err = telephony_unset_noti_cb(*newhandle, telephony_video_call_noti_tbl[i]);
+ if (err != TELEPHONY_ERROR_NONE) {
+ DBG("telephony_unset_noti_cb failed : %d", err);
+ }
}
telephony_deinit(&tele_handle_list);