debug logs

This commit is contained in:
2025-10-21 22:46:36 +08:00
parent 11399e8942
commit ed3d502783

View File

@@ -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 */