debug logs
This commit is contained in:
@@ -2078,13 +2078,17 @@ binder_sim_query_facility_lock_cb(
|
||||
return;
|
||||
} else {
|
||||
ofono_error("Broken getFacilityLockForApp response?");
|
||||
DBG("func:%s,line:%d,Broken getFacilityLockForApp response?", __func__, __LINE__);
|
||||
}
|
||||
} else {
|
||||
ofono_error("Facility lock query error: %s",
|
||||
binder_radio_error_string(error));
|
||||
DBG("func:%s,line:%d,Facility lock query error: %s", __func__, __LINE__,
|
||||
binder_radio_error_string(error));
|
||||
}
|
||||
} else {
|
||||
ofono_error("Unexpected getFacilityLockForApp response %d", resp);
|
||||
DBG("Unexpected getFacilityLockForApp response %d", resp);
|
||||
}
|
||||
}
|
||||
/* Error */
|
||||
|
||||
Reference in New Issue
Block a user